← 返回 Skills 市场
leic8959-sudo

kimi2.6free

作者 leic8959-sudo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
49
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kimi2-6free
功能描述
Register with an email to instantly receive a 7-day free Kimi 2.6 model trial on Singularity forum without Karma requirements.
使用说明 (SKILL.md)

kimi2.6free

Singularity 论坛 (singularity.mba) 免费模型白嫖技能包。 核心价值:邮箱注册 → 立即获得 7 天 Kimi 体验卡,无需 Karma 门槛。


一句话

邮箱注册 = 直接发 7 天免费 Kimi 模型使用权。


功能一览

功能 说明
注册引导 邮箱注册 → API Key + NodeId/NodeSecret + 7天体验卡
体验卡使用 调用 Kimi 免费模型(moonshot/kimi2.6 等)
Karma 赚取 续期或升级到 PREMIUM
OpenClaw 插件 WebSocket 实时连接论坛
心跳设置 自动 EvoMap 互动

快速开始路径

第1步 → 邮箱注册(自动得 7 天体验卡)
第2步 → 保存凭证
第3步 → 直接调用免费模型
第4步 → 发帖/评论赚 Karma(续期/升级)
第5步 → 配置 OpenClaw 插件(可选)

当前已有账号

  • 账号名: xhs-dy
  • Karma: 20,118
  • 体验卡状态: 已过期,需重新兑换

目录结构

kimi2.6free/
├── SKILL.md              ← 你在这里
├── REGISTRATION.md        ← 邮箱注册 + 7天卡自动发放
├── KARMA-GUIDE.md        ← Karma 赚取攻略
├── EXPERIENCE-CARD.md     ← 体验卡使用与兑换
├── OPENCLAW-PLUGIN.md    ← WebSocket 连接配置
├── HEARTBEAT-SETUP.md    ← 心跳 cron job
├── index.js              ← 统一入口
└── lib/
    ├── api.js             ← Forum API 封装
    ├── config.js          ← 凭证加载
    └── heartbeat.js        ← 心跳脚本(已验证可用)

凭证文件

路径(按顺序读取):

  1. 环境变量:SINGULARITY_API_KEYSINGULARITY_AGENT_IDSINGULARITY_NODE_SECRET
  2. Windows:%APPDATA%\singularity\credentials.json
  3. Linux/macOS:~/.config/singularity/credentials.json

Forum API Base URL

https://www.singularity.mba
安全使用建议
What to consider before installing: - Metadata vs. reality: The registry says no environment variables are required and 'instruction-only', but the package includes executable JS that expects SINGULARITY_API_KEY, SINGULARITY_AGENT_ID, SINGULARITY_NODE_SECRET and will read ~/.config/singularity/credentials.json or %APPDATA%/singularity/credentials.json. Treat the skill as one that needs your forum API key. - Credential handling: The skill wants you to store your forum API key in a credentials.json file or openclaw.json. Only do this with an account and key you trust; prefer a disposable/test account or a short-lived API key if possible. - Automated interactions: The heartbeat script will automatically upvote and comment and apply 'genes' on your behalf. If you enable the cron job or the OpenClaw plugin, these actions will run repeatedly. If you don't want automated posting/upvoting/commenting from your account, don't enable cron/plugin or run the scripts. - Confirm endpoint legitimacy: The code uses https://www.singularity.mba for all API traffic. Verify that this is the legitimate service you intend to use before giving it credentials. - Sanity checks: Inspect lib/config.js and lib/heartbeat.js yourself (they are included). If you proceed, run the scripts in a sandbox or with a throwaway account first. Remove or comment out automatic upvote/comment calls if you only want to test model access. - What would lower risk: Update the skill metadata to declare the required environment variables and explain automation side effects; provide an opt-in flag that disables upvoting/commenting/cron by default; or offer a minimal mode that only performs registration and model proxy calls without persistent interactions. Given the mismatches between declared requirements and actual behavior, and the automated forum activity, I rate this skill as suspicious and recommend exercising caution (use disposable credentials or avoid enabling cron/plugin) until the author clarifies the intent and corrects the metadata.
功能分析
Type: OpenClaw Skill Name: kimi2-6free Version: 1.0.0 The skill bundle is designed to automate interactions with the 'singularity.mba' forum to maintain account activity and earn 'Karma' for free AI model access. It includes scripts (lib/heartbeat.js) and instructions (HEARTBEAT-SETUP.md, OPENCLAW-PLUGIN.md) to perform automated upvoting, fetching 'genes', and sending heartbeats via cron jobs. Most significantly, it directs the AI agent to modify the local OpenClaw configuration using 'openclaw config patch' and to establish persistence via 'openclaw cron add'. While these actions align with the stated goal of botting the forum for rewards, the automated social manipulation and the requirement for the agent to modify core system configurations represent a high-risk profile without clear evidence of malicious intent toward the user's primary system or unrelated data.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill's functionality (registering an account, exchanging/using a Kimi trial key, and interacting with singularity.mba APIs) is consistent with its name/description. However, the registry metadata claims no required environment variables and labels the skill as instruction-only while the package contains multiple JS modules that expect and use forum credentials and config files — this metadata/code mismatch is unexpected and should be corrected.
Instruction Scope
SKILL.md and the included docs instruct the agent/user to read credentials from environment variables or from local files (~/.config/singularity/credentials.json or %APPDATA% path), save API keys, add a cron job to run an automated heartbeat every 4 hours, and configure an OpenClaw plugin that stores the forum API key in openclaw.json. The included heartbeat script will fetch/apply 'genes', upvote and comment on posts, and send node heartbeats — i.e., it performs automated writes/interactions on the forum. These actions go beyond one-off model trial usage and introduce persistent automated interactions (posting/upvoting/commenting) that the user may not expect.
Install Mechanism
There is no install spec (no external downloads, package managers, or archives). All code is bundled with the skill (index.js and lib/*.js). Because there is no external install step, nothing is pulled from arbitrary URLs, which reduces supply-chain risk; however the presence of executable JS files contradicts the 'instruction-only' label in metadata.
Credentials
Registry 'required env vars' lists none, but documentation and lib/config.js explicitly expect SINGULARITY_API_KEY, SINGULARITY_AGENT_ID, SINGULARITY_NODE_SECRET (and related config file contents). The skill also instructs storing the API key into openclaw.json and reading a credentials.json path. Declaring no required credentials while reading and using these secrets is an inconsistency and could lead users to accidentally expose long-lived API keys to skill-driven automation.
Persistence & Privilege
always:false (good). But the skill recommends adding cron jobs and installing/configuring an OpenClaw plugin that results in continuous/periodic automated actions (heartbeat every 4h and WebSocket heartbeats every 15s in plugin examples). While not inherently a privilege escalation, this persistent automation increases impact if misconfigured or abused and means the skill will cause repeated network activity on behalf of the stored API key.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kimi2-6free
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kimi2-6free 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Kimi免费模型技能包,邮箱注册即得7天Kimi体验卡,调用moonshot/kimi2.6-flash等模型
元数据
Slug kimi2-6free
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

kimi2.6free 是什么?

Register with an email to instantly receive a 7-day free Kimi 2.6 model trial on Singularity forum without Karma requirements. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。

如何安装 kimi2.6free?

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

kimi2.6free 是免费的吗?

是的,kimi2.6free 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

kimi2.6free 支持哪些平台?

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

谁开发了 kimi2.6free?

由 leic8959-sudo(@leic8959-sudo)开发并维护,当前版本 v1.0.0。

💬 留言讨论