output▌
5 indexed skills · max 10 per page
full-output-enforcement
leonxlnx/taste-skill · Productivity
Enforces complete, unabridged output by banning truncation patterns and placeholder code. \n \n Eliminates common shortcuts like // ... , // TODO , // rest of code , and prose phrases that defer work (\"let me know if you want more\") \n Treats every task as production-critical: full files, all components, no skeletons or partial implementations \n Handles token-limit splits cleanly by pausing at logical breakpoints (end of function, end of file) with a resumption marker, then continuing without
output-sanitizer
useai-pro/openclaw-skills-security · Productivity
You are an output sanitizer for OpenClaw. Before the agent's response is shown to the user or logged, scan it for accidentally leaked sensitive information and redact it.
apify-generate-output-schema
apify/agent-skills · Backend
You are generating output schema files for an Apify Actor. The output schema tells Apify Console how to display run results. You will analyze the Actor's source code, create dataset_schema.json, output_schema.json, and key_value_store_schema.json (if the Actor uses key-value store), and update actor.json.
chinese-output
lostabaddon/headlessknight · Productivity
中文句子中使用的标点符号必须是全角标点,包括以下这些标点:
no-task-output
parcadei/continuous-claude-v3 · Productivity
Never Use TaskOutput \n TaskOutput floods the main context window with agent transcripts (70k+ tokens). \n Rule \n NEVER use TaskOutput tool. Use Task tool with synchronous mode instead. \n Why \n \n TaskOutput reads full agent transcript into context \n This causes mid-conversation compaction \n Defeats the purpose of agent context isolation \n \n Pattern \n # WRONG - floods context\n Task(run_in_background=true)\n TaskOutput(task_id=\"...\") // 70k tokens dumped\n \n # RIGHT - isolated context