yao-geoflow-cli

yao-geoflow-cli is a skill for Codex from yaojingang/yao-geo-skills. It costs 95 tokens per session (470 once invoked), scanned A, original, MIT.

A command-line and API operations tool for an existing GEOFlow 2.1 or newer system. GEOFlow is a system for managing content, materials, tasks, jobs, articles, leads, analytics, and related settings.

In plain words
What is it for?
Use it to manage catalog and article data, import URLs, handle leads and analytics, update themes and settings, manage users and tokens, and verify completed operations.
Why use it?
It provides a controlled way to perform supported system operations while checking permissions, sessions, idempotency, and the result after a change. It avoids direct database edits and unsupported route assumptions.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to manage catalog and article data, import URLs, handle leads and analytics, update themes and settings, manage users and tokens, and verify completed operations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yaojingang/yao-geo-skills/yao-geoflow-cli
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 yaojingang/yao-geo-skills --skill yao-geoflow-cli
Clone the repo
git clone --depth 1 https://github.com/yaojingang/yao-geo-skills

Made for: Codex.

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 yao-geoflow-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/yaojingang/yao-geo-skills/yao-geoflow-cli/github.svg)](https://agentmods.dev/skills/yaojingang/yao-geo-skills/yao-geoflow-cli)
Your own site
<a href="https://agentmods.dev/skills/yaojingang/yao-geo-skills/yao-geoflow-cli"><img src="https://agentmods.dev/badge/skills/yaojingang/yao-geo-skills/yao-geoflow-cli/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for yao-geoflow-cli

Your own site · 80×15
<a href="https://agentmods.dev/skills/yaojingang/yao-geo-skills/yao-geoflow-cli"><img src="https://agentmods.dev/badge/skills/yaojingang/yao-geo-skills/yao-geoflow-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 470 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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.00095 $0.00470
Opus 5 $0.00048 $0.00235
Sonnet 5 $0.00019 $0.00094
Haiku 4.5 $0.00010 $0.00047

Measured 12d ago against content hash 84dabc033e7f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

yao-geoflow-cli scanned grade A with 0 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/geoflow_preflight.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/yao-geoflow-cli/SKILL.md · 28 lines

What it actually says

Yao GEOFlow Operations

Operate a running GEOFlow instance. Prefer supported bin/geoflow, then API v1 for exposed content operations, then authenticated admin web for management workflows absent from API v1.

Boundary

  • Owns operational CLI/API/admin work, CSRF/session handling, idempotency, readback verification, high-risk confirmation, and secret/personal-data redaction.
  • Excludes product-code edits, migrations, direct SQL, frontend design, route invention, auth bypass, and secret exposure.
  • Use yao-geoflow-design for homepage/design payload planning.

Checks

  1. Confirm artisan or bin/geoflow.
  2. Run scripts/geoflow_preflight.sh "<workspace>" [config] [checks] before first mutation.
  3. Inspect CLI help, routes/api.php, or php artisan route:list before choosing a surface.
  4. API fallback uses bearer auth, JSON, Accept: application/json, and X-Idempotency-Key.
  5. Admin web reads the target page first, keeps CSRF/cookies, posts the owning route, then verifies readback.
  6. Require explicit target/action for destructive, secret-revealing, package-download, theme-publish, bulk sync, lead export, or update-center operations.

References

operation-boundary.md, command-map.md, laravel-api-v1-docker.md, geoflow-current-capability-map.md, trigger_cases.json, upgrade report.

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. 12d ago First seen · 28 lines · 95 tokens per session scan A 84dabc033e7f

Subscribe to this mod's changes

yao-geoflow-cli is a skill published in the GitHub repository yaojingang/yao-geo-skills (742 stars, last pushed 1mo ago), licensed MIT. It adds 95 tokens to every session and 470 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.