← 返回 Skills 市场
103
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install youxing
功能描述
查询友行青年社群的活动信息。当用户询问友行的活动、近期活动、活动安排、某个活动详情时使用。支持列出所有活动和根据活动ID获取详情。默认输出JSON,用户要求时可输出Markdown格式。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install youxing - 安装完成后,直接呼叫该 Skill 的名称或使用
/youxing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publication
元数据
常见问题
友行 是什么?
查询友行青年社群的活动信息。当用户询问友行的活动、近期活动、活动安排、某个活动详情时使用。支持列出所有活动和根据活动ID获取详情。默认输出JSON,用户要求时可输出Markdown格式。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 友行?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install youxing」即可一键安装,无需额外配置。
友行 是免费的吗?
是的,友行 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
友行 支持哪些平台?
友行 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 友行?
由 Bai Loong(@longbai)开发并维护,当前版本 v1.0.0。
推荐 Skills