oo-agiled

oo-agiled is a skill for Claude Code from oomol-lab/skills. It costs 47 tokens per session (1,025 once invoked), scanned C, a copy of oo-17track, MIT.

A guide for using Agiled, a service available through an OOMOL connection, with the `oo` command-line tool.

In plain words
What is it for?
Use it for Agiled actions that read, create, update, or delete data, as supported by the connector.
Why use it?
It shows how to check each action’s required data and run requests without handling raw access tokens.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it for Agiled actions that read, create, update, or delete data, as supported by the connector.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oomol-lab/skills/oo-agiled
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add oomol-lab/skills --skill oo-agiled
Clone the repo
git clone --depth 1 https://github.com/oomol-lab/skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for oo-agiled

README.md
[![agentmods](https://agentmods.dev/badge/skills/oomol-lab/skills/oo-agiled.svg)](https://agentmods.dev/skills/oomol-lab/skills/oo-agiled)
Your own site
<a href="https://agentmods.dev/skills/oomol-lab/skills/oo-agiled"><img src="https://agentmods.dev/badge/skills/oomol-lab/skills/oo-agiled.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,025 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 77% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.01025
Opus 5 $0.00023 $0.00513
Sonnet 5 $0.00009 $0.00205
Haiku 4.5 $0.00005 $0.00103

Measured 8d ago against content hash 8df547d73a0f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

oo-agiled scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://cli.oomol.com/install.sh | bash # macOS / Linux

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://cli.oomol.com/install.sh | bash # macOS / Linux
Origin

This is a copy

77% identical to oo-17track — 47 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

app-skills/oo-agiled/SKILL.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agiled

Operate Agiled through your OOMOL-connected account. This skill calls the agiled connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Running an action

Assume the user has already installed the oo CLI, signed in, and connected Agiled. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "agiled" --action "<action_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "agiled" --action "<action_name>" --data '<json>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.

Available actions

  • create_contact — Create an Agiled CRM contact. [write]
  • create_project — Create an Agiled project. [write]
  • create_task — Create an Agiled task. [write]
  • delete_contact — Delete an Agiled CRM contact. [destructive]
  • delete_project — Delete an Agiled project. [destructive]
  • delete_task — Delete an Agiled task. [destructive]
  • get_contact — Get one Agiled CRM contact by ID.
  • get_project — Get one Agiled project by ID.
  • get_task — Get one Agiled task by ID.
  • list_contacts — List Agiled CRM contacts.
  • list_projects — List Agiled projects.
  • list_tasks — List Agiled tasks.
  • update_contact — Update an Agiled CRM contact. [write]
  • update_project — Update an Agiled project. [write]
  • update_task — Update an Agiled task. [write]

Read the full file on GitHub · 93 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 93 lines · 47 tokens per session scan C 8df547d73a0f

Subscribe to this mod's changes

oo-agiled is a skill published in the GitHub repository oomol-lab/skills (2 stars, last pushed today), licensed MIT. It adds 47 tokens to every session and 1,025 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). It is 77% identical to oo-17track, differing in 47 lines, and is treated as a copy.

Related

Other skills, from other repositories

collaborating

Hackathon-native multiplayer collaboration mode -- brain-dump together, claim tasks across machines, flag decisions async. Drives the subcommands of /forge:collaborate.

LucasDuys/forge · 37 tokens

workflow-run

Use when you need to execute a DAG-structured workflow template from SKILLS/ORCHESTRATION FRAMEWORK/workflow-templates/.

mattmre/EVOKORE-MCP-PUBLIC · 30 tokens

stakeholder-alignment

Build alignment artifacts — responsibility matrices, decision rights, and communication plans. Use when unclear ownership stalls decisions. For persuading in the moment, use design-negotiation (designer-toolkit).

Owl-Listener/designer-skills · 45 tokens

todo-tracker

Persistent TODO scratch pad for tracking tasks across sessions. Use when the user asks to add, list, complete, remove, or summarize tasks in a portable workspace Markdown file. Uses stable task IDs and exact matching; heartbeat reporting is opt-in and count-only.

jdrhyne/agent-skills · 55 tokens

autonomous-run

Prepare, start, inspect, resume, or stop a finite local overnight coding run after a human has accepted a Wayfinder terminal spec; coordinates a declared Claude/Codex maker and independent checker without pushing, merging, or writing to external systems.

PromptPartner/agentsmith · 53 tokens

event-planner

Event planning with timelines, budgets, vendor coordination, logistics checklists, and post-event evaluation. Use when organizing conferences, workshops, galas, or corporate events.

travisjneuman/.claude · 37 tokens