config

config is a skill for Claude Code, Codex from ruali-dev/Riven-Analyst. It costs 34 tokens per session (266 once invoked), scanned A, original, Apache-2.0.

A configuration guide for changing an installed Riven Analyst setup, including its vision service, model, web research, and permissions.

In plain words
What is it for?
Use it to update vision endpoints, model names, API keys, bounded web research, or permissions in Claude Code or Codex.
Why use it?
It helps change one setting while keeping unrelated settings, installation scope, and secret API keys safe.

Skill for Claude CodeCodex

Part of the riven-analyst plugin — 4 skills, 3 agents, 1 MCP server shipped together

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.

agentmods
npx agentmods add skills/ruali-dev/riven-analyst/config
Any agent
npx skills add ruali-dev/Riven-Analyst --skill config
Clone the repo
git clone --depth 1 https://github.com/ruali-dev/Riven-Analyst

Made for: Claude Code, Codex.

Or install riven-analyst, the plugin that ships this one along with the rest of its 4 skills, 3 agents, 1 MCP server.

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 config

README.md
[![agentmods](https://agentmods.dev/badge/skills/ruali-dev/riven-analyst/config.svg)](https://agentmods.dev/skills/ruali-dev/riven-analyst/config)
Your own site
<a href="https://agentmods.dev/skills/ruali-dev/riven-analyst/config"><img src="https://agentmods.dev/badge/skills/ruali-dev/riven-analyst/config.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 266 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00034 $0.00266
Opus 5 $0.00017 $0.00133
Sonnet 5 $0.00007 $0.00053
Haiku 4.5 $0.00003 $0.00027

Measured 3d ago against content hash 16db785bd347, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

config 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 3d 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.

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/config/SKILL.md · 23 lines

What it actually says

Riven Analyst Config

Change only the requested option and preserve the installation scope and unrelated Claude settings.

  1. Summarize the current requested change: Provider fields, web research, or permission scope. Screenshot directories remain a host-level, per-session permission and are not plugin config.
  2. On Claude Code, open the native Riven Analyst plugin configuration for all option changes. On Codex, use the host's MCP environment configuration. Sensitive API keys must stay in masked or environment-backed secret storage; never request or repeat them in chat.
  3. When enabling external vision or bounded web research for the first time, read ../setup/SKILL.md and use its permission preview/apply sequence. Existing permissions need not be rewritten when only a model name, endpoint, or key changes.
  4. Ask Claude Code to /reload-plugins, or start a new Codex task, then state what changed without exposing secret values.

Do not create a second config file, edit the plugin cache, run broad diagnostics, or silently alter the plugin installation scope.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 23 lines · 34 tokens per session scan A 16db785bd347

Subscribe to this mod's changes

config is a skill published in the GitHub repository ruali-dev/Riven-Analyst (3 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 34 tokens to every session and 266 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

codex-setup

Initialize sd0x-dev-flow infrastructure for Codex CLI and other non-Claude agents. Generates AGENTS.md, installs the commit-msg hook, copies runner scripts. The pre-push gate is opt-in via --with-push-gate. Use when setting up a new project or after updating skills.

sd0xdev/sd0x-harness · 65 tokens

debug

Interactive debugging workflow with hypothesis-driven probe loop. Use when: unknown bugs, script errors, silent failures, troubleshooting. Not for: known bugs (use bug-fix), GitHub issue analysis (use issue-analyze), code understanding (use code-explore). Output: debug report with probe journal + root cause + fix.

sd0xdev/sd0x-harness · 67 tokens

codex-implement

Implement features via Codex MCP. Use when: writing new code from specs, implementing features, Codex-driven development. Not for: code review (use codex-code-review), architecture advice (use codex-architect). Output: implemented code + review loop.

sd0xdev/sd0x-harness · 58 tokens

invest-backup

Back up / restore openInvest's local state — memory/ (holdings, strategy, user profile, committee records, dream logs) + db/ (trade ledger, job run history, market-data cache) + .env (SMTP/API credentials) + userprofile.json. All of this data is .gitignore'd with no historical versions in git, so a single accidental…

longsizhuo/openInvest · 202 tokens

codex-test-gen

Generate unit tests for specified functions using Codex MCP.

sd0xdev/sd0x-harness · 15 tokens

agentic-workflow-audit

Use when reviewing or auditing an existing agent / LLM-pipeline architecture — e.g. 'is my workflow actually decomposed or secretly a mega-agent?', 'are my task boundaries and success criteria right?' — even without the word 'audit'. | 要檢視/review/稽核既有 agent 或 LLM pipeline 的架構,或問「有沒有拆好」「是不是變成 mega agent」「task…

s0912758806p/agentic-sop-to-work · 144 tokens