action-creator Skill
Creates user-specific one-click action templates that execute email operations when clicked in the chat interface. Use when user wants reusable actions for their specific workflows (send payment reminder to ACME Corp, forward bugs to engineering, archive old newsletters from specific sources). Published by anthropics in claude-agent-sdk-demos.
What is action-creator Skill?
Creates user-specific one-click action templates that execute email operations when clicked in the chat interface. Use when user wants reusable actions for their specific workflows (send payment reminder to ACME Corp, forward bugs to engineering, archive old newsletters from specific sources). Published by anthropics in claude-agent-sdk-demos. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using claude-agent-sdk-demos
Technical details
- Install or run with Copy skill directory
When to use action-creator Skill
- Use it for developers using claude-agent-sdk-demos.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/claude-agent-sdk-demos
- Skill file: email-agent/agent/.claude/skills/action-creator/SKILL.md
What it does
Creates user-specific one-click action templates that execute email operations when clicked in the chat interface. Use when user wants reusable actions for their specific workflows (send payment reminder to ACME Corp, forward bugs to engineering, archive old newsletters from specific sources).
Skill instructions
Action Creator Creates TypeScript action template files that define reusable, user-specific operations users can execute with one click in the chat interface. When to Use This Skill Use this skill when the user wants to: - Create reusable actions for their specific workflows ("I often need to send payment reminders to ACME Corp") - Set up one-click operations for their vendors/customers ("Forward bugs to engineering team") - Automate repetitive email tasks with their specific context ("Archive newsletters from TechCrunch/Morning Brew") - Build personalized email management tools for their business processes Key difference from listeners: Actions are user-triggered (clicked in chat), while listeners are event-triggered (automatic). How Actions Work Actions are TypeScript files in agent/customscripts/actions/ that: 1. Export a config object defining the template metadata and parameter schema 2. Export a handler function that executes the operation with given parameters 3. Use ActionConte
Explore related resources
Frequently asked questions
What is action-creator?
action-creator is a open-source AI agent skill with Copy skill directory. Creates user-specific one-click action templates that execute email operations when clicked in the chat interface.
Who is action-creator best for?
action-creator is best for reusing agent instructions, scripts, and references.
How do I install action-creator?
Install or run action-creator using Copy skill directory. Check action-creator for the latest setup command.
Is action-creator actively maintained?
action-creator may need a closer maintenance check before production use.
Auto-fetched from GitHub.