Agent skill

automation

Create and manage scheduled and price-triggered automations.

ginlix-aigithub.com/ginlix-aiGitHub ↗
claude-codeApache-2.0
Install
npx skills add ginlix-ai/LangAlpha --skill automation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,604
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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,

What's inside
Steps it walks through
  1. Before Creating an Automation
  2. Tool 1: checkautomations
  3. Examples
  4. Tool 2: createautomation
  5. Thread Strategy
  6. Schedule Format
  7. Price-Triggered Automations
  8. Condition Types
  9. Retrigger Modes
  10. Agent Guidelines for Price Triggers
  11. Tool 3: manageautomation
  12. Action Reference
More from LangAlpha
All skills →
About this skill
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.

Keep going