python-calc
Evaluate arithmetic expressions precisely by calling py_calc (python-file tool).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Evaluate arithmetic expressions precisely by calling py_calc (python-file tool).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Govern canon changes: require explicit reason/impact/retroactive policy, and produce an actionable propagation plan.
Turn "AI draft -> author edits" diffs into structured deviation items, an author-intent prompt, and a concrete propagation plan.
Help the author write narrative unit tests (rules/constraints) and interpret failures with a concrete fix roadmap.
Simulate multiple reader personas to score a chapter (爽点/困惑/信息负荷) and propose actionable alternatives.
Manage rewrite branches: when to branch, how to compare, and how to merge back with minimal chaos.
Maintain a structured Setup/Payoff ledger (promises, debts, payoffs) and generate a payoff roadmap.
| name | python-calc |
| description | Evaluate arithmetic expressions precisely by calling py_calc (python-file tool). |
| allowed-tools | ["py_calc"] |
1/7、(1+2)*3、2**128。py_calc with:
expr: 用户的表达式(原样)precision: 需要的小数精度(默认 50;如果用户要求 N 位小数,建议 precision >= N + 5)py_calc 只允许安全 AST 子集(数字、括号、+ - * / **),不支持变量/函数调用。