automation
Create and manage scheduled and price-triggered automations.
npx skills add ginlix-ai/LangAlpha --skill automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Automation Skill This skill provides 3 tools for creating and managing scheduled automations: - `check_automations` - List all or inspect a specific automation - `create_automation` - Create a new scheduled automation - `manage_automation` - Update, pause, resume, trigger, or delete automations You should call these tools directly instead of using ExecuteCode tool. ## Before Creating an Automation **Always confirm with the user before calling `create_automation`.** Automations run autonomously on a schedule, so getting the details right matters. If the user's request is unclear or underspecified, ask to clarify: - **Schedule** — "Every morning" is ambiguous. Confirm the exact time and days (e.g. "Weekdays at 9 AM in your timezone?"). - **Thread strategy** — If the task involves ongoing analysis or follow-ups, ask whether they want results in a fresh thread each time, a single persistent thread, or the current conversation. - **Instruction** — The instruction runs without further user input. If the user gives a vague prompt like "check my portfolio", refine it: what tickers? what metrics? what format? - **Delivery** — If the user hasn't mentioned how they want to receive results,
- Before Creating an Automation
- Tool 1: checkautomations
- Examples
- Tool 2: createautomation
- Thread Strategy
- Schedule Format
- Price-Triggered Automations
- Condition Types
- Retrigger Modes
- Agent Guidelines for Price Triggers
- Tool 3: manageautomation
- Action Reference
What does the automation skill do?
Create and manage scheduled and price-triggered automations.
How do I install it?
Run `npx skills add ginlix-ai/LangAlpha --skill automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ginlix-ai/LangAlpha, a repository with 1,604 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
