# Ericwang915 Pythonclaw Pythonclaw

> Change Setting Skill

- Skill: `tomevault-io/ericwang915-pythonclaw-pythonclaw` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/ericwang915-pythonclaw-pythonclaw`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/ericwang915-pythonclaw-pythonclaw/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/ericwang915-pythonclaw-pythonclaw

---


# Change Setting Skill

Modify `pythonclaw.json` configuration at runtime.

## When to Use

✅ **USE this skill when:**
- "Set my API key to ..."
- "Change LLM provider to Claude"
- "Update my Tavily/Telegram/GitHub token"
- "Change the web port to 8080"
- "Configure email credentials"
- User wants to change any runtime setting without editing files manually

## When NOT to Use

❌ **DON'T use this skill when:**
- Changing agent personality or identity → use change_persona or change_soul
- Editing Python code or skill files → use file edit tools
- Adding/removing skills → use skill management or manual file edits

## Usage/Commands

**Show current config:**
```bash
python {skill_path}/update_config.py --show
```

**Update a value** (dot-notation for key path):
```bash
python {skill_path}/update_config.py --set "llm.deepseek.apiKey" "sk-xxx"
```

**Examples:**
```bash
# Change LLM provider
python {skill_path}/update_config.py --set "llm.provider" "claude"

# Set Tavily API key
python {skill_path}/update_config.py --set "tavily.apiKey" "tvly-xxx"

# Set Telegram token
python {skill_path}/update_config.py --set "channels.telegram.token" "123:ABC"

# Set GitHub token
python {skill_path}/update_config.py --set "skills.github.token" "ghp_xxx"

# Change web port
python {skill_path}/update_config.py --set "web.port" "8080"

# Set email credentials
python {skill_path}/update_config.py --set "skills.email.senderEmail" "me@gmail.com"
python {skill_path}/update_config.py --set "skills.email.senderPassword" "app-password"
```

After updating, tell the user the change was saved and whether a restart is needed to take effect.

## Notes

- Uses bundled `update_config.py` to read and update pythonclaw.json
- API keys, passwords, and tokens are masked when displaying config
- Only `pythonclaw.json` is modified — no other files

---
> Source: [ericwang915/PythonClaw](https://github.com/ericwang915/PythonClaw) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-22 -->

