تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٣٠٩
forks:٧٩
updated:٢ فبراير ٢٠٢٦ في ٠٥:٥٧
SKILL.md
Guidelines for handling CSV/Excel files
Guidelines for handling image files
Guidelines for handling databases
Guidelines for handling text files
| name | json-file |
| description | Guildlines for handling json files |
| type | json |
list or a dict.json.load(). Use iterative parsing or streaming.ijson (Python) or similar streaming parsers to yield specific paths/items.pandas.json_normalize to convert nested structures into flat tables if the goal is analysis.max_level during normalization to prevent "column explosion.".get(key, default) or try-except blocks. Never assume a key exists in all objects.null, "", and [] consistently.ast.literal_eval or regex-based cleanup only as a fallback.pd.to_datetime) to ensure downstream reliability.