osf-cli-go

Read-only tools for inspecting the Open Science Framework (OSF), a platform for sharing research projects and data, from Claude Code or Claude/Cowork.

In plain words
What is it for?
Use it to inspect public or authenticated OSF projects and related research information.
Why use it?
It lets an agent check OSF information without changing anything. This is useful when research records need to be reviewed safely.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add edithatogo/osf-cli-go
agentmods
npx agentmods add plugins/edithatogo/osf-cli-go/claude-osf
Clone the repo
git clone --depth 1 https://github.com/edithatogo/osf-cli-go

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

osf-cli-go 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 2d 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.

plugins/claude-osf/.claude-plugin/plugin.json · 17 lines

What it actually says

{
  "name": "osf-cli-go",
  "version": "0.3.2",
  "description": "Read-only OSF MCP tools for Claude Code and Claude/Cowork.",
  "author": {
    "name": "edithatogo"
  },
  "repository": "https://github.com/edithatogo/osf-cli-go",
  "license": "Apache-2.0",
  "mcpServers": {
    "osf": {
      "command": "${CLAUDE_PLUGIN_ROOT}/bin/osf-mcp",
      "args": []
    }
  }
}
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. 2d ago First seen · 17 lines scan A cfb7bce296b1

Subscribe to this mod's changes

osf-cli-go is a plugin published in the GitHub repository edithatogo/osf-cli-go (1 stars, last pushed 22d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories

sq

Agent skill for the sq CLI: SLQ and native SQL, sources and handles, output formats, inspect/diff/tbl, and per-driver notes for databases and file formats.

neilotoole/sq · not measured

shopify-plugin

Shopify developer tools for Claude Code — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code. Skill scripts send usage telemetry (queries, code, model/client identifiers) to shopify.dev by default; set OPTOUTINSTRUMENTATION=true, or create an empty file at /.config/shopify-ai-toolkit/o.

Shopify/Shopify-AI-Toolkit · not measured

jwt

Development guide for the jwt JSON Web Token library for Go: signing and verifying tokens, claims and expiry, algorithm choice (HMAC/RSA/RSA-PSS/ECDSA/EdDSA), kid-based key rotation, JWKS fetch/refresh/publish, blocklisting and testing.

kataras/jwt · not measured

skarn-guard

Real-time guard on five Claude Code pre-execution hook events (tool calls, permission decisions, submitted and expanded prompts, and subagent creation) plus a response-end advisory that flags an action leaking a secret, installing a malicious package, or exfiltrating data, plus the skarn-audit skill (scan sessions and.

skarn-security/agent-guard · not measured

scrumboy-board-operator

Agent plugin with Skills for operating Scrumboy boards through its MCP and Agoragentic APIs.

markrai/scrumboy · not measured

golang-skills

20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically…

cxuu/golang-skills · not measured