← 返回 Skills 市场
urzeye

organization-operating-skill

作者 小 i 同学 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
112
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install organization-operating-skill
功能描述
A general-purpose skill for connecting the organization platform with external agents. Use it to access user, organization, post, and activity APIs, and to c...
安全使用建议
This skill appears to do what it says: a CLI to call ZingUp/Groupoo APIs. Before running it, review the bundled script and take these precautions: 1) Prefer passing --session-file explicitly or set ORG_SKILL_STATE_DIR to control where session tokens are written (default: ~/.organization-operating-skill/sessions). 2) Be careful with the default environment — it defaults to production; use --env test or --base-url when developing. 3) Inspect any saved session files for tokens and delete them when no longer needed. 4) If you need stricter isolation, run the CLI in a sandboxed account or container so saved tokens and state cannot affect other local sessions.
功能分析
Type: OpenClaw Skill Name: organization-operating-skill Version: 1.0.1 The organization-operating-skill bundle is a legitimate toolset for interacting with the ZingUp/Groupoo platform APIs. The core component is a Python CLI (scripts/org_skill_cli.py) that manages authentication sessions, organization management, and content publishing. The code uses standard libraries (urllib, argparse) to perform network requests to verified platform domains (api.zingup.club, test-api.groupoo.net) and stores session state locally in the user's home directory. No evidence of data exfiltration, malicious prompt injection, or unauthorized execution was found; the instructions in SKILL.md and the logic in the script are strictly aligned with the stated purpose of automating organizational workflows.
能力评估
Purpose & Capability
The name/description (organization platform operations) matches the included CLI and reference docs. The script implements authentication, org, post, and activity APIs and the references document those endpoints. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to use the bundled CLI and to read only the relevant reference files. That scope stays within the stated purpose. Two operational risks to note: the default environment is production (so careless use without --env may act on production data), and the CLI will create/read session files in the user's home directory unless --session-file or ORG_SKILL_STATE_DIR is provided.
Install Mechanism
No install spec — instruction-only with a bundled Python CLI. No downloaded or extracted binaries, and network endpoints referenced are known platform URLs (api.zingup.club, test-api.groupoo.net, localhost).
Credentials
The skill declares no required environment variables or credentials. It does read optional environment overrides (ORG_SKILL_STATE_DIR, ORG_SKILL_BASE_URL, ORG_SKILL_ENV, etc.) which are reasonable for configuring storage and endpoints. There are no unexplained SECRET/TOKEN env requirements.
Persistence & Privilege
always:false and agent invocation allowed (default). The CLI persists session state under ~/.organization-operating-skill/sessions by default and can migrate/clean legacy files (~/.codex-state or .runtime/session.json). This is expected behavior for a session-managing CLI but users should be aware tokens are stored on disk unless they supply an explicit --session-file or ORG_SKILL_STATE_DIR pointing to a controlled location.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install organization-operating-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /organization-operating-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- English translation and rewrite of all documentation, replacing original Chinese text with clear, concise English descriptions. - No code or logic changes in the skill; only an additional Python cache file was added. - Workflow, integration rules, and runtime conventions were clarified and made more accessible for non-Chinese speakers. - Documentation layout and resource references preserved, but now prioritized for clarity and international understanding.
v1.0.0
- Initial release of organization-operating-skill. - Provides a unified interface for connecting organization platforms with external agents. - Covers core flows: authentication, session management, organization operations, posting, event creation, and registration. - Emphasizes reusing platform capabilities and isolating organization-specific rules to configuration. - Includes a CLI for executing actions, with clear guidelines for environment selection and session file management. - Documentation details API use, workflow prioritization, and context-efficient reference loading.
元数据
Slug organization-operating-skill
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

organization-operating-skill 是什么?

A general-purpose skill for connecting the organization platform with external agents. Use it to access user, organization, post, and activity APIs, and to c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 organization-operating-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install organization-operating-skill」即可一键安装,无需额外配置。

organization-operating-skill 是免费的吗?

是的,organization-operating-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

organization-operating-skill 支持哪些平台?

organization-operating-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 organization-operating-skill?

由 小 i 同学(@urzeye)开发并维护,当前版本 v1.0.1。

💬 留言讨论