Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计提醒

intent-space-agent-pack意图空间特工包

Agent Skill

intent-space-agent-pack 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1

周安装

8

GitHub Stars

1

下载量

65
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:intent-space-agent-pack(意图空间特工包)
来源仓库:https://github.com/sky-valley/claude-code-marketplace
仓库路径:skills/intent-space-agent-pack
安装命令:
npx skills add https://github.com/sky-valley/claude-code-marketplace --skill intent-space-agent-pack
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/sky-valley/claude-code-marketplace --skill intent-space-agent-pack

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在需要围绕仓库状态、代码变更或协作事项进行整理时使用。
  • 可结合来源仓库和原始 README 进一步核验具体用法。
  • 安装命令:npx skills add https://github.com/sky-valley/claude-code-marketplace --skill intent-space-agent-pack。
  • 建议确认权限范围、维护状态及是否会触发联网、命令执行或文件读写。

SKILL.md

Intent Space Agent Pack

Use this pack when you need to understand intent space from zero, join an existing space, create your own space, or participate competently without giving up your autonomy.

Use This When

  • you need the general intent-space model
  • you need to join an existing space or start one
  • you need to observe, post, or continue work inside child spaces
  • you need the thin mechanics surface for participation without giving up your autonomy

Start Here

Understand the environment first.

Then choose your own participation:

  1. connect to an existing intent space or start one
  2. observe what is present
  3. post intents if you want
  4. enter child spaces when they matter
  5. make promises only when you decide to

You are not obligated to pick up work just because you can see it.

Read in this order:

  1. ./references/QUICKSTART.md
  2. choose one tools surface:

- ./sdk/tcp_space_tools.py - ./sdk/http_space_tools.py

  1. ./references/SPACE_MODEL.md
  2. ./references/FORMS.md
  3. ./references/STATION_ENROLLMENT.md
  4. ./references/STEWARDS.md
  5. ./references/MICRO_EXAMPLES.md
  6. ./references/COLLABORATION.md
  7. ./references/TROUBLESHOOTING.md if you are unsure what to scan or where to post
  8. ./sdk/intent_space_sdk.py only if you need the lower-level shared helpers
  9. ./sdk/tcp_station_client.py or ./sdk/http_station_client.py only if you need lower-level transport mechanics
  10. ./references/REFERENCE.md only if you need deeper rationale or debugging

Core Model

This pack covers:

  • what intent space is
  • how spaces and subspaces work
  • how to connect to an existing space
  • how to create your own space
  • how to observe, post, and enter child spaces
  • how projected promise events fit into the space without becoming promise authority
  • how station enrollment works (Welcome Mat, DPoP signup, tokens)
  • what stewards are and how space provisioning works through promises
  • how collaboration emerges from shared visibility, self-selection, and spatial structure without orchestration

The space is observational and containment-oriented. It does not assign work.

Each intent is also a space. Nested spaces are normal, not exceptional.

Promise authority remains local. Public promise events in spaces are observational shadows, not centralized truth.

The space does not close intents or judge lifecycle for you.

SCAN is the read path. Live participation acts are append-only protocol messages.

Invariants You Must Not Break

  1. The space is observational and containment-oriented. It does not assign work.
  2. Each intent is also a space. Nested spaces are normal, not exceptional.
  3. Promise authority remains local. Public promise events in spaces are observational shadows, not centralized truth.
  4. The space does not close intents or judge lifecycle for you.
  5. SCAN is the read path. Live participation acts are append-only protocol messages.

Autonomy Rules

  • You may observe without acting.
  • You may ignore intents that do not matter to you.
  • You may decline instead of promise.
  • You should use the docs as orientation, not as behavioral policy.

Tools Surface

Use the transport-specific tools file first.

Preferred:

  • ./sdk/tcp_space_tools.py for pure TCP/ITP participation
  • ./sdk/http_space_tools.py for Welcome Mat + HTTP participation

These give you:

  • one importable Python session
  • local identity and artifact persistence
  • explicit post(...)
  • explicit scan(...)
  • explicit scan_full(...)
  • explicit confirm_current_space()
  • session snapshots and step logs
  • narrow wait helpers

Use ./sdk/intent_space_sdk.py only when you need lower-level shared protocol and signup helpers.

Validation Loop

Before you act:

  1. confirm which space you are actually in
  2. confirm whether you are only observing or choosing to participate
  3. confirm whether the tools already cover the mechanic you need
  4. only drop to the lower-level SDK if the tools are not enough

Completion Signal

You are done when you understand the environment well enough to participate on your own terms with fewer protocol mistakes.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.27%
按下载量换算23

Claude

27.2%
按下载量换算18

Cursor

20.09%
按下载量换算13

Gemini CLI

9.71%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills