← Back to Skills Marketplace
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youxing
Description
查询友行青年社群的活动信息。当用户询问友行的活动、近期活动、活动安排、某个活动详情时使用。支持列出所有活动和根据活动ID获取详情。默认输出JSON,用户要求时可输出Markdown格式。
Usage Guidance
This skill appears to do what it says (query activities from api.cumen.fun) but note two practical cautions: (1) The runtime instructions require Node.js (they run 'node -e'), yet the manifest does not declare Node as a required binary — ensure your agent environment actually has Node available or the snippets won’t run. (2) The skill calls an external API (api.cumen.fun) and may return precise addresses and coordinates; only use it if you trust that endpoint. The skill's source and homepage are unknown, so if you need stronger assurance, ask the publisher for the source repo or a trusted homepage, or run the requests from a sandboxed environment and inspect responses before exposing them to users.
Capability Analysis
Type: OpenClaw Skill
Name: youxing
Version: 1.0.0
The skill bundle uses 'node -e' to execute JavaScript code for querying the 'api.cumen.fun' API. While the functionality aligns with the stated purpose of fetching community activity data, the implementation in SKILL.md relies on the AI agent performing string replacement for parameters like 'CAMPAIGN_ID' directly into the code block. This pattern creates a code injection vulnerability if the input is not strictly validated, as a malicious activity ID could execute arbitrary Node.js code.
Capability Assessment
Purpose & Capability
The skill claims to query 友行 club activities and the included Node scripts call api.cumen.fun endpoints with clubId/campaignId, which aligns with the stated purpose. However, the SKILL.md executes node via inline 'node -e' snippets while the skill metadata lists no required binaries — that is an incoherence (the agent environment must provide Node.js for the instructions to run). Also SKILL.md declares API_BASE but the example code uses explicit endpoint URLs, a minor mismatch.
Instruction Scope
Instructions only perform HTTPS POSTs to api.cumen.fun to list campaigns or get campaign details and then map/format the response to JSON or Markdown. They do not read local files, environment variables, or other system state. Note: the responses include potentially sensitive fields such as exact address and latitude/longitude — this is expected for an activity/location lookup but users should be aware location data may be returned.
Install Mechanism
No install spec or external downloads are present; this is an instruction-only skill (no code files to install), which minimizes install-time risk.
Credentials
The manifest requests no environment variables, credentials, or config paths. The SKILL.md hardcodes CLUB_ID and API URLs inside the instructions rather than requesting secrets, so no unexpected credential access is requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youxing - After installation, invoke the skill by name or use
/youxing - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publication
Metadata
Frequently Asked Questions
What is 友行?
查询友行青年社群的活动信息。当用户询问友行的活动、近期活动、活动安排、某个活动详情时使用。支持列出所有活动和根据活动ID获取详情。默认输出JSON,用户要求时可输出Markdown格式。 It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install 友行?
Run "/install youxing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 友行 free?
Yes, 友行 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 友行 support?
友行 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 友行?
It is built and maintained by Bai Loong (@longbai); the current version is v1.0.0.
More Skills