Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

python-introspection

النجوم٠
التفرعات٠
آخر تحديث١٦ مايو ٢٠٢٦ في ٢١:٠٥

Read-only Python (and sibling-interpreter) introspection without hitting the validate-command.sh `-c | -e` block. Use whenever you want to check an import, parse an AST, print a module version, or evaluate a tiny snippet — write the snippet to /tmp/snippet.py and run `python3 /tmp/snippet.py`. Or, for plain "does symbol X live in module Y" questions, prefer Read or Grep over a script entirely.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

مستكشف الملفات
2 ملفات
SKILL.md
readonly