inkbox-all

Index of all Inkbox skills in this repository, including the example skills under `examples/`, with GitHub links and short guidance on when to use each one.

Inkbox Skills Index

Inkbox is an identity layer for AI agents. It gives agents a persistent identity with a real inbox, phone number, and secure vault, so they can send emails, receive replies, answer calls, store credentials, and manage conversations as a single, consistent entity. Learn more at https://inkbox.ai.

Useful links:

This skill is just a directory of the other Inkbox skills in this repository. Use it when you want to see the full menu before choosing a more specific skill. In practice, the SDK skills are the main references for application code, agent-self-signup covers the self-registration flow, inkbox-cli covers shell usage, and the example skills under examples/ are prompt templates for browser-capable agents.

Core Skills

Example Skills

Related Examples

These example directories are useful references, but they are not standalone skills because they do not contain a SKILL.md file.

How To Choose

  • Use inkbox-python when writing Python application code against the SDK.
  • Use inkbox-ts when writing TypeScript or JavaScript application code against the SDK.
  • Use inkbox-cli when the task is operational and best handled with shell commands.
  • Use agent-self-signup when the agent does not have an API key yet and needs to self-register.
  • Use inkbox-openclaw when the environment is specifically OpenClaw.
  • Use the example skills when you want a reusable agent prompt rather than SDK integration code.
  • Use the related examples when you want runnable scripts or end-to-end sample workflows instead of a reusable skill prompt.