arcblock-context

arcblock-context is a skill for Claude Code, Codex from ArcBlock/agent-skills. It costs 44 tokens per session (1,451 once invoked), scanned A, original, MIT.

A context library for ArcBlock, a company whose products include developer tools, identity systems, blockchain software, and other applications. It loads information about selected products, technologies, or strategy topics when requested.

In plain words
What is it for?
Use it to list available ArcBlock topics or load product, technical, or strategy context, including areas such as Blocklet, DID wallets, Aigne, and payment systems.
Why use it?
It gives an agent relevant company background without requiring the entire knowledge base to be loaded every time. This helps keep answers and work aligned with ArcBlock's terminology and projects.

Skill for Claude CodeCodex

Part of the arcblock-context plugin — 1 skill 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/arcblock/agent-skills/arcblock-context
Any agent
npx skills add ArcBlock/agent-skills --skill arcblock-context
Clone the repo
git clone --depth 1 https://github.com/ArcBlock/agent-skills

Made for: Claude Code, Codex.

Or install arcblock-context, the plugin that ships this one along with the rest of its 1 skill.

Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,451 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.00044 $0.01451
Opus 5 $0.00022 $0.00726
Sonnet 5 $0.00009 $0.00290
Haiku 4.5 $0.00004 $0.00145

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

Security

Grade A, and why

arcblock-context 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.

plugins/arcblock-context/skills/arcblock-context/SKILL.md · 170 lines

How it starts

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

ArcBlock Context

ArcBlock 公司知识库快速访问入口。

Usage

/arcblock-context              # 显示可用主题列表
/arcblock-context <topic>      # 加载特定主题
/arcblock-context all          # 加载全部概览

Workflow

Step 1: 解析参数

检查用户是否提供了参数:

  • 无参数 → 显示可用主题列表
  • 有参数 → 加载对应上下文

Step 2: 无参数时 - 显示可用主题

输出以下列表:

## ArcBlock 公司知识库

### 产品 (Products)
- `arcsphere` - AI-native 浏览器与 Shell
- `agent-fleet` - AI-native Blocklet 运行时
- `blocklet-server` - 部署平台
- `blocklet-developer` - 开发者心智模型
- `did-wallet` - 多链多资产身份钱包
- `docsmith` - AI-native 文档工具
- `paymentkit` - 抽象支付层
- `promotion-kits` - 增长驱动营销工具集
- `did-spaces` - 去中心化个人数据空间
- `did-connect` - 应用-钱包交互协议
- `did-names` - DID 原生域名系统
- `aigne` - AI 原生软件工程框架
- `aigne-hub` - LLM 后端统一管理服务
- `aistro` - AI 占星应用
- `discuss-kit` - 综合内容可组合 Blocklet
- `live-document` - AI Vibe Coding 时代的新出版形态

### 技术 (Technical)
- `afs` - Agentic File System
- `aine` - AI Native Engineering
- `did-capability` - 身份与能力
- `blocklet` - Blocklet/Chamber/Scaffold
- `abt-staking` - Staking for X 通用框架
- `nft-vc` - NFT 作为 Digital Twin
- `credittoken` - USD 计费合规设计
- `chain` - 链架构

### 战略 (Strategy)
- `strategy` - 公司战略方向

### 快捷方式
- `products` - 加载产品概览
- `technical` - 加载技术概览
- `all` - 加载全部概览

用法: `/arcblock-context <topic>`
示例: `/arcblock-context afs` 或 `/arcblock-context arcsphere`

Step 3: 有参数时 - 加载上下文

根据参数加载对应文件:

参数 加载文件
Products
arcsphere products/arcsphere.md
agent-fleet products/agent-fleet.md
blocklet-server products/blocklet-server.md
blocklet-developer products/blocklet-developer.md
did-wallet products/did-wallet.md
docsmith products/docsmith.md
paymentkit products/paymentkit.md
promotion-kits products/promotion-kits.md
did-spaces products/did-spaces.md
did-connect products/did-connect.md
did-names products/did-names.md
aigne products/aigne.md
aigne-hub products/aigne-hub.md
aistro products/aistro.md
discuss-kit products/discuss-kit.md
live-document products/live-document.md
Technical
afs technical/afs.md
aine technical/aine.md
did-capability technical/did-capability.md
blocklet technical/blocklet.md
abt-staking technical/abt-staking.md
nft-vc technical/nft-vc-design.md
credittoken technical/credittoken-design.md
chain technical/chain-architecture.md
Strategy
strategy strategy/README.md
快捷方式
products products/README.md
technical technical/README.md
all products/README.md + technical/README.md + strategy/README.md

Read the full file on GitHub · 170 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. 3d ago First seen · 170 lines · 44 tokens per session scan A 62b2904b864d

Subscribe to this mod's changes

arcblock-context is a skill published in the GitHub repository ArcBlock/agent-skills (5 stars, last pushed 3d ago), licensed MIT. It adds 44 tokens to every session and 1,451 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.