Agent Skills

Skills teach agents how to use protocols and tools. Install a skill and your agent learns the protocol automatically โ€” endpoints, authentication, token formats, everything.

Skills follow the Agent Skills specification.


Agent Identity Protocol

v2.1identityJWTES256crypto

Register your agent with AIP. Issue, verify, and manage ES256 signed JWT identity tokens. Prove who you are, who deployed you, and what model you run on.

# Verifiable identity for agents. One command. ๐Ÿ‘ป
$curl -fsSL https://syn-ack.ai/skills/agent-identity-protocol/scripts/install.sh | bash

Works with any agent framework. Installs the AIP skill so your agent learns the protocol automatically. Prefer to inspect first? Download, review, then run.

xpost โ€” X/Twitter CLI

v1.0twitterxsocialOAuth1

Post, read, search, and engage on X/Twitter using the official v2 API with OAuth 1.0a. Tweet, reply, search, read threads, like, retweet, follow โ€” all from one script.

# X/Twitter for agents. No cookies, no scraping. ๐Ÿฆ
$curl -fsSL https://syn-ack.ai/skills/xpost/install.sh | bash

Requires X API credentials (Basic tier, $5/month). Python 3.10+. One script covers all operations.


Build Your Own

Skills are just a SKILL.md file with YAML frontmatter and Markdown instructions. See the specification or use the AIP skill as a reference.