
Security News
npm v12 Ships With Install Scripts Off by Default, Begins Deprecating 2FA-Bypass Tokens
npm v12 is generally available, turning install scripts off by default and beginning the deprecation of 2FA-bypass publishing tokens.
stupid-claw
Advanced tools
回归纯粹的极简本地 Agent: 基于 `pi-mono` 底座。业余时间开发,主要用于简单代码学习交流使用,欢迎反馈。 严格限制在指定目录,以纯文本格式读写记忆。没有数据库的黑魔法,只有你能完全掌控的代码。
回归纯粹的极简本地 Agent:
基于 pi-mono 底座。业余时间开发,主要用于简单代码学习交流使用,欢迎反馈。
严格限制在指定目录,以纯文本格式读写记忆。没有数据库的黑魔法,只有你能完全掌控的代码。
.stupidClaw/,不能碰 src/。stupidClaw/
├─ src/
│ ├─ index.ts
│ ├─ engine.ts
│ ├─ transport/
│ │ ├─ polling.ts
│ │ └─ webhook.ts # 第 2 期
│ ├─ gateway.ts # 第 2 期
│ ├─ cron.ts # 第 6 期
│ ├─ memory/
│ │ ├─ history-store.ts # 第 3 期
│ │ ├─ profile-store.ts # 第 4 期
│ │ └─ workspace-path.ts # 第 5 期
│ └─ skills/
│ ├─ contracts.ts # 第 3 期
│ ├─ registry.ts # 第 3 期
│ ├─ system/get_system_time.ts
│ ├─ system/list_available_skills.ts
│ ├─ memory/query_history.ts
│ ├─ memory/update_profile.ts
│ └─ cron/manage_cron_jobs.ts
├─ .stupidClaw/ # AI 沙盒区(运行时自动创建)
│ ├─ profile.md
│ ├─ cron_jobs.json
│ └─ history/YYYY-MM-DD.jsonl
├─ .env.example
└─ DEV_TODO.md
详见完整的 快速上手指南 获取详细的步骤(包括如何申请 Telegram Bot Token 和 API Key 等,以及如何使用内置网页端 IM)。
如果你本地已有 Node.js 环境,无需下载源码,直接在任何目录下运行:
npx stupid-claw
首次运行会在当前目录下生成 .env 提示,配置完成后再次运行即可。
pnpm install
cp .env.example .env
至少填写:
STUPID_MODEL (模型选择,如 minimax:MiniMax-M2.5 或 openai:gpt-4o)MINIMAX_API_KEY 或 OPENAI_API_KEY)TELEGRAM_BOT_TOKEN (如果你使用网页端 IM,可以随便填)pnpm dev
如果你想使用内置的免梯子网页端 IM,启动后直接点击终端中输出的绿色链接即可!
FAQs
回归纯粹的极简本地 Agent: 基于 `pi-mono` 底座。业余时间开发,主要用于简单代码学习交流使用,欢迎反馈。 严格限制在指定目录,以纯文本格式读写记忆。没有数据库的黑魔法,只有你能完全掌控的代码。
The npm package stupid-claw receives a total of 14 weekly downloads. As such, stupid-claw popularity was classified as not popular.
We found that stupid-claw demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
npm v12 is generally available, turning install scripts off by default and beginning the deprecation of 2FA-bypass publishing tokens.

Research
/Security News
Socket tracks the activity as Operation “Muck and Load”: a threat actor uses commit-farming workflows, public dead drops, and protected archives to stage Windows RAT and infostealer malware.

Security News
pnpm 11.10 hardens registry auth to block token redirection, tightens pack-app and deploy, and makes the Rust port (v12) installable.