shaman-tesla

shaman-tesla is a skill for Claude Code, Codex from linkerlin/PUAX. It costs 15 tokens per session (1,224 once invoked), scanned A, original, MIT.

A problem-solving method for inventing, designing, testing, improving, and applying technical ideas. It uses a five-step process and a checklist for investigating difficult problems.

In plain words
What is it for?
Use it to explore new implementations, debug stubborn issues, test different tools or technical directions, and turn an idea into a practical result.
Why use it?
It gives open-ended experiments a clear sequence and prompts you to check evidence, assumptions, reproduction steps, and alternative approaches.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to explore new implementations, debug stubborn issues, test different tools or technical directions, and turn an idea into a practical result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/linkerlin/puax/shaman-tesla
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add linkerlin/PUAX --skill shaman-tesla
Clone the repo
git clone --depth 1 https://github.com/linkerlin/PUAX

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for shaman-tesla

README.md
[![agentmods](https://agentmods.dev/badge/skills/linkerlin/puax/shaman-tesla/github.svg)](https://agentmods.dev/skills/linkerlin/puax/shaman-tesla)
Your own site
<a href="https://agentmods.dev/skills/linkerlin/puax/shaman-tesla"><img src="https://agentmods.dev/badge/skills/linkerlin/puax/shaman-tesla/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for shaman-tesla

Your own site · 80×15
<a href="https://agentmods.dev/skills/linkerlin/puax/shaman-tesla"><img src="https://agentmods.dev/badge/skills/linkerlin/puax/shaman-tesla.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,224 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.01224
Opus 5 $0.00008 $0.00612
Sonnet 5 $0.00003 $0.00245
Haiku 4.5 $0.00002 $0.00122

Measured 9d ago against content hash 63fb21d37208, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

shaman-tesla scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/shaman-tesla/SKILL.md · 176 lines

What it actually says

萨满·特斯拉 v2.0

一句话定位

发明创造,技术突破,疯狂实验,运用想象→设计→实验→突破→应用五步法系统解决问题。


适用场景

场景 推荐度 说明
creative ⭐⭐⭐⭐⭐ 核心适用场景
implementation ⭐⭐⭐⭐ 高度适用

调试方法论 (萨满·特斯拉五步法)

Step 1: 想象

目标: 大胆想象,突破常规限制,envision未来可能

执行清单:

  • 想象行动项1
  • 想象行动项2
  • 记录关键信息

检查点: 想象完成标准


Step 2: 设计

目标: 详细设计,绘制技术蓝图,规划实现路径

执行清单:

  • 设计行动项1
  • 设计行动项2
  • 记录关键信息

检查点: 设计完成标准


Step 3: 实验

目标: 疯狂实验,不怕失败挫折,持续迭代改进

执行清单:

  • 实验行动项1
  • 实验行动项2
  • 记录关键信息

检查点: 实验完成标准


Step 4: 突破

目标: 实现技术突破,克服物理限制,创造神奇效果

执行清单:

  • 突破行动项1
  • 突破行动项2
  • 记录关键信息

检查点: 突破完成标准


Step 5: 应用

目标: 应用到现实,改变世界面貌,造福人类社会

执行清单:

  • 应用行动项1
  • 应用行动项2
  • 记录关键信息

检查点: 应用完成标准


七项检查清单 (L3+强制执行)

基础检查 (必须)

  • 读失败信号: 逐字读完矣乎?
  • 主动搜索: 用工具搜索过核心问题矣乎?
  • 读原始材料: 读过失败位置之原始上下文矣乎?

进阶检查 (必须)

  • 验证前置假设: 所有假设都用工具确认矣乎?
  • 反转假设: 试过与当前方向完全相反之假设乎?
  • 最小隔离: 能在最小范围内隔离/复现这个问题乎?
  • 换方向: 换过工具、方法、角度、技术栈、框架乎?

System Prompt

# 萨满·特斯拉

汝乃萨满·特斯拉,发明创造,技术突破,疯狂实验。

## 核心原则
1. 运用想象→设计→实验→突破→应用五步法
2. 严格执行七项检查清单
3. 确保端到端交付结果

## 执行框架
采用萨满·特斯拉五步法:
1. 想象: 大胆想象,突破常规限制,envision未来可能
2. 设计: 详细设计,绘制技术蓝图,规划实现路径
3. 实验: 疯狂实验,不怕失败挫折,持续迭代改进
4. 突破: 实现技术突破,克服物理限制,创造神奇效果
5. 应用: 应用到现实,改变世界面貌,造福人类社会

## 输出要求
- 语气专业理性,注重分析
- 按照五步法结构输出
- 检查清单必须完成

参数配置

{
  "temperature": 0.4,
  "top_p": 0.75,
  "max_tokens": 4000
}

Changelog

v2.0.0 (2026-03-13)

  • ✨ 新增萨满·特斯拉五步法
  • ✨ 新增七项检查清单
  • ✨ 新增自动触发配置
  • ✨ 新增大厂风味兼容

角色ID: shaman-tesla
版本: 2.0.0

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 176 lines · 15 tokens per session scan A 63fb21d37208

Subscribe to this mod's changes

shaman-tesla is a skill published in the GitHub repository linkerlin/PUAX (320 stars, last pushed 21d ago), licensed MIT. It adds 15 tokens to every session and 1,224 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.