os-platform

os-platform is a skill for Claude Code, Codex from open-software-network/os-clovy. It costs 69 tokens per session (3,543 once invoked), scanned A, original, MIT.

A tool for reading and updating live data from the Open Software platform, including tracked issues, projects, contributors, comments, and team activity. It communicates with the platform through its API, which is the interface software uses to exchange data with a service.

In plain words
What is it for?
Finding and updating issues, checking bounties and submissions, viewing project activity, assigning work, adding comments, and checking API status.
Why use it?
It keeps an agent working from current project information instead of outdated local notes or sample data.

Skill for Claude CodeCodex

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/open-software-network/os-clovy/os-platform
Any agent
npx skills add open-software-network/os-clovy --skill os-platform
Clone the repo
git clone --depth 1 https://github.com/open-software-network/os-clovy

Made for: Claude Code, 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 os-platform

README.md
[![agentmods](https://agentmods.dev/badge/skills/open-software-network/os-clovy/os-platform.svg)](https://agentmods.dev/skills/open-software-network/os-clovy/os-platform)
Your own site
<a href="https://agentmods.dev/skills/open-software-network/os-clovy/os-platform"><img src="https://agentmods.dev/badge/skills/open-software-network/os-clovy/os-platform.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,543 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00069 $0.03543
Opus 5 $0.00034 $0.01772
Sonnet 5 $0.00014 $0.00709
Haiku 4.5 $0.00007 $0.00354

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

Security

Grade A, and why

os-platform scanned grade A with 1 finding 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 4d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/install.sh, scripts/os_platform.py, scripts/test_os_platform.py), 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.

Makes network callslowCapability

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

On raw REST (curl), field gotchas: memories take `body`, posts take
.agents/skills/os-platform/SKILL.md · 199 lines

How it starts

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

os-platform

Use this skill when the user asks about current Open Software / os-platform state or an agent needs to keep tracked work current: Issues, Bounties, Projects, Orgs, Submissions, Comments, Activity, Contributors, Product Memory, the team Timeline, or whether API endpoints are real-backed. Prefer the bundled script over reading code, seed data, frontend fixtures, or docs when the question is about production data.

The authoritative workflow convention (memory before work, one Issue per reviewable outcome, milestone posts, offline degrade) is AGENTS.md → "OS Platform (shared brain)". This skill is the REST tooling that implements it.

Quick Start

Run commands from this skill directory:

python3 scripts/os_platform.py status
python3 scripts/os_platform.py issues list open-software --q "wallet" --limit 10
python3 scripts/os_platform.py issues list open-software --assignee me --status todo,in_progress
python3 scripts/os_platform.py issues search open-software "wallet bug" --status todo
python3 scripts/os_platform.py issues show open-software 123
python3 scripts/os_platform.py issues create open-software --title "Fix wallet sync" --body "Issue details" --type bug --priority urgent
python3 scripts/os_platform.py issues assign open-software 123
python3 scripts/os_platform.py issues status open-software 123 in_review
python3 scripts/os_platform.py issues take open-software 123 --yes
python3 scripts/os_platform.py files upload ./evidence.mp4 --purpose attachment
python3 scripts/os_platform.py issues attach open-software 123 --path ./evidence.mp4 --public
python3 scripts/os_platform.py comments add open-software 123 --body "Opened PR #456."

Configuration:

  • The default API base URL is https://app.opensoftware.co/api.
  • OS_PLATFORM_API_BASE_URL can override the default unless --base-url is passed.
  • OS_PLATFORM_API_KEY is required unless --api-key is passed. The script sends it as Authorization: Bearer ....
  • OS_PLATFORM_USER_AGENT can override the default os-platform-cli/2.0 (+https://opensoftware.co) User-Agent.
  • Optional project defaults can be stored in os-platform.json in the workspace root or a parent directory. Supported fields are org and limit; both are optional.
  • Never ask the user to paste an API key into chat. Ask them to set the environment variable in their shell or agent runtime.
  • The installer does not prompt for or write environment values. If the API key is missing, tell the user to set it first.

Read the full file on GitHub · 199 lines

Files

What ships with it

4 files 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. 4d ago First seen · 199 lines · 69 tokens per session scan A 411c9094ec1b

Subscribe to this mod's changes

os-platform is a skill published in the GitHub repository open-software-network/os-clovy (357 stars, last pushed 3d ago), licensed MIT. It adds 69 tokens to every session and 3,543 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

retrieval-memory-brain

The MAP of Murmur's shipped retrieval + agent-memory stack by file:symbol (hybrid fusion, FTS5/vec0 schema, embedding models, the reranker seam, bitemporal facts, consolidation, the entity graph, the eval harness) plus the MEASURED gaps and the load-bearing invariants. Use for any task touching retrieval quality…

murmur-io/murmur · 117 tokens

personal-commands

Edit hex.config.ts, not .hex-sdk. Config and installed dependencies execute with the user's normal permissions; use only trusted packages and avoid network, filesystem, environment, or subprocess access unless the requested command requires it. Run bun run check after editing.

anomalyco/hex · 0 tokens

hex-personal-commands

Configure HEX personal voice commands, voice-dictation control phrases, and deterministic transcript transformations. Use when the user wants to add or change commands or transformations for the HEX macOS voice app.

anomalyco/hex · 44 tokens

macparakeet-stt

Use when the user asks to transcribe audio or video, inspect or manage MacParakeet meeting recordings, search prior dictations/transcripts, or give an AI agent local speech-to-text tools on Apple Silicon.

moona3k/macparakeet · 50 tokens

shared-memory

Durable memory across sessions — a model of who the user is, not a log of what was done. Three-tier store (core + long-term + episodic staging) via the ling-mem daemon. Same semantics in Linggen, Claude Code, Codex, and OpenClaw.

linggen/skills · 64 tokens

verify-dictation

The canonical "prove VZT Flow actually works" checklist — the human hotkey test plus its automated equivalents. Use before claiming a dictation-pipeline change works, before a release, or when the user runs /verify-dictation.

vonzelle-vzt/vzt-flow · 53 tokens