adaptlypost
Installation
SKILL.md
AdaptlyPost
Schedule social media posts across 9 platforms from one API. SaaS — no self-hosting needed.
Setup
- Sign up at https://adaptlypost.com/signup
- Go to Settings → API Tokens → generate a dedicated, revocable API token for this agent — do not reuse a token that is also used by other tools or humans.
- Connect only the social accounts the agent actually needs. The token has delegated access to every account in the group, so a smaller group = smaller blast radius.
- Set the environment variable:
export ADAPTLYPOST_API_KEY="adaptly_your-token-here"- Hermes Agent: the local CLI prompts for the key on first load. If you talk to Hermes through a messaging platform (Telegram, Discord, WhatsApp, etc.), it will not prompt for secrets there — set the key on the host via
hermes setupor in~/.hermes/.envfirst. - OpenClaw: set it in your OpenClaw environment config as usual.
- Hermes Agent: the local CLI prompts for the key on first load. If you talk to Hermes through a messaging platform (Telegram, Discord, WhatsApp, etc.), it will not prompt for secrets there — set the key on the host via
Base URL: https://post.adaptlypost.com/post/api/v1
Auth header: Authorization: Bearer $ADAPTLYPOST_API_KEY