← Back to Skills Marketplace
urzeye

organization-operating-skill

by 小 i 同学 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
112
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install organization-operating-skill
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install organization-operating-skill
  3. After installation, invoke the skill by name or use /organization-operating-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug organization-operating-skill
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.

How do I install organization-operating-skill?

Run "/install organization-operating-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is organization-operating-skill free?

Yes, organization-operating-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does organization-operating-skill support?

organization-operating-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created organization-operating-skill?

It is built and maintained by 小 i 同学 (@urzeye); the current version is v1.0.1.

💬 Comments