opencode-skills-collection 4.0.0 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +28 -1
- package/bundled-skills/007/SKILL.md +2 -2
- package/bundled-skills/10-andruia-skill-smith/SKILL.md +1 -1
- package/bundled-skills/agent-squad/SKILL.md +5 -0
- package/bundled-skills/agent-squad/alex/SKILL.md +3 -0
- package/bundled-skills/agent-squad/aria/SKILL.md +3 -0
- package/bundled-skills/agent-squad/dep/SKILL.md +3 -0
- package/bundled-skills/agent-squad/luna/SKILL.md +4 -1
- package/bundled-skills/agent-squad/mason/SKILL.md +3 -0
- package/bundled-skills/agent-squad/max/SKILL.md +3 -0
- package/bundled-skills/agent-squad/quinn/SKILL.md +3 -0
- package/bundled-skills/agent-squad/rex/SKILL.md +3 -0
- package/bundled-skills/angular/metadata.json +1 -1
- package/bundled-skills/angular-best-practices/metadata.json +1 -1
- package/bundled-skills/angular-state-management/metadata.json +1 -1
- package/bundled-skills/angular-ui-patterns/metadata.json +1 -1
- package/bundled-skills/antigravity-skill-orchestrator/SKILL.md +2 -2
- package/bundled-skills/anywrite/SKILL.md +106 -0
- package/bundled-skills/apify-actor-development/SKILL.md +2 -2
- package/bundled-skills/apple-container/SKILL.md +165 -0
- package/bundled-skills/apple-container/references/commands.md +1593 -0
- package/bundled-skills/apple-container/references/concepts.md +294 -0
- package/bundled-skills/apple-container/references/configuration.md +499 -0
- package/bundled-skills/apple-container/references/workflows.md +498 -0
- package/bundled-skills/ask-copilot/SKILL.md +112 -0
- package/bundled-skills/auto-research/SKILL.md +126 -0
- package/bundled-skills/brooks-lint/SKILL.md +1 -1
- package/bundled-skills/browser-harness/references/install.md +3 -1
- package/bundled-skills/chrome-extension-developer/SKILL.md +1 -1
- package/bundled-skills/clean-code-guard/SKILL.md +184 -0
- package/bundled-skills/clean-code-guard/references/ai-failure-modes.md +345 -0
- package/bundled-skills/clean-code-guard/references/comments-and-formatting.md +115 -0
- package/bundled-skills/clean-code-guard/references/dry-kiss-yagni.md +133 -0
- package/bundled-skills/clean-code-guard/references/naming-and-functions.md +187 -0
- package/bundled-skills/clean-code-guard/references/review-checklist.md +150 -0
- package/bundled-skills/clean-code-guard/references/solid.md +280 -0
- package/bundled-skills/clean-code-guard/references/sources.md +47 -0
- package/bundled-skills/cloudflare-security-audit/SKILL.md +137 -0
- package/bundled-skills/cloudflare-security-audit/references/AI-AND-LLM.md +67 -0
- package/bundled-skills/cloudflare-security-audit/references/ATTACK-CLASSES.md +116 -0
- package/bundled-skills/cloudflare-security-audit/references/CLIENT-SIDE.md +67 -0
- package/bundled-skills/cloudflare-security-audit/references/HUNTING.md +110 -0
- package/bundled-skills/cloudflare-security-audit/references/MEMORY-SAFETY-AND-BINARY.md +58 -0
- package/bundled-skills/cloudflare-security-audit/references/RECONNAISSANCE.md +46 -0
- package/bundled-skills/cloudflare-security-audit/references/VALIDATION-AND-REPORTING.md +109 -0
- package/bundled-skills/cloudflare-security-audit/references/WEB-PROTOCOL-AND-AUTH.md +85 -0
- package/bundled-skills/cloudflare-security-audit/resources/report-schema.json +210 -0
- package/bundled-skills/comfyui-gateway/references/troubleshooting.md +1 -1
- package/bundled-skills/commit/SKILL.md +2 -1
- package/bundled-skills/deepapi/SKILL.md +6 -6
- package/bundled-skills/ditto/SKILL.md +173 -0
- package/bundled-skills/docs/README.md +1 -1
- package/bundled-skills/docs/contributors/quality-bar.md +1 -1
- package/bundled-skills/docs/contributors/security-guardrails.md +1 -1
- package/bundled-skills/docs/integrations/jetski-cortex.md +5 -5
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +3 -3
- package/bundled-skills/docs/maintainers/ci-drift-fix.md +7 -5
- package/bundled-skills/docs/maintainers/merge-batch.md +24 -7
- package/bundled-skills/docs/maintainers/pr-autonomy.md +89 -0
- package/bundled-skills/docs/maintainers/release-notes-7.2.0.md +1 -1
- package/bundled-skills/docs/maintainers/release-process.md +9 -9
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +5 -5
- package/bundled-skills/docs/maintainers/skills-date-tracking.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +2 -2
- package/bundled-skills/docs/users/{antigravity-awesome-skills-vs-awesome-claude-skills.md → agentic-awesome-skills-vs-awesome-claude-skills.md} +5 -5
- package/bundled-skills/docs/users/ai-agent-skills.md +4 -4
- package/bundled-skills/docs/users/best-claude-code-skills-github.md +3 -3
- package/bundled-skills/docs/users/best-cursor-skills-github.md +3 -3
- package/bundled-skills/docs/users/bundles.md +56 -57
- package/bundled-skills/docs/users/claude-code-skills.md +6 -6
- package/bundled-skills/docs/users/codex-cli-skills.md +5 -5
- package/bundled-skills/docs/users/cursor-skills.md +3 -3
- package/bundled-skills/docs/users/faq.md +27 -15
- package/bundled-skills/docs/users/gemini-cli-skills.md +4 -4
- package/bundled-skills/docs/users/getting-started.md +22 -12
- package/bundled-skills/docs/users/kiro-integration.md +7 -7
- package/bundled-skills/docs/users/plugins.md +8 -9
- package/bundled-skills/docs/users/security-skills.md +1 -1
- package/bundled-skills/docs/users/skills-vs-mcp-tools.md +1 -1
- package/bundled-skills/docs/users/specialized-plugin-roadmap.md +3 -4
- package/bundled-skills/docs/users/usage.md +9 -9
- package/bundled-skills/docs/users/visual-guide.md +7 -7
- package/bundled-skills/docs/users/windows-truncation-recovery.md +1 -1
- package/bundled-skills/docs/users/workflows.md +1 -1
- package/bundled-skills/docs/vietnamese/BUNDLES.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/FAQ.vi.md +15 -8
- package/bundled-skills/docs/vietnamese/GETTING_STARTED.vi.md +12 -5
- package/bundled-skills/docs/vietnamese/QUALITY_BAR.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/README.vi.md +21 -17
- package/bundled-skills/docs/vietnamese/SECURITY_GUARDRAILS.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/SKILLS_README.vi.md +2 -2
- package/bundled-skills/docs/vietnamese/TRANSLATION_PLAN.vi.md +1 -1
- package/bundled-skills/docs/vietnamese/VISUAL_GUIDE.vi.md +8 -8
- package/bundled-skills/docs-guard/SKILL.md +109 -0
- package/bundled-skills/docs-guard/references/code-samples.md +46 -0
- package/bundled-skills/docs-guard/references/docstrings.md +60 -0
- package/bundled-skills/docs-guard/references/review-checklist.md +45 -0
- package/bundled-skills/docs-guard/references/sources.md +22 -0
- package/bundled-skills/docs-guard/references/verification.md +51 -0
- package/bundled-skills/efficient-web-research/SKILL.md +4 -0
- package/bundled-skills/electron-development/SKILL.md +1 -1
- package/bundled-skills/event-staffing-compliance/SKILL.md +3 -0
- package/bundled-skills/event-staffing-ordering/SKILL.md +3 -0
- package/bundled-skills/feature-tracking/SKILL.md +222 -0
- package/bundled-skills/flutter-expert/SKILL.md +6 -1
- package/bundled-skills/flutter-expert/resources/implementation-playbook.md +214 -0
- package/bundled-skills/gemini-deep-research/README.md +246 -0
- package/bundled-skills/gemini-deep-research/SKILL.md +136 -0
- package/bundled-skills/gemini-deep-research/requirements.txt +2 -0
- package/bundled-skills/gemini-deep-research/scripts/research.py +692 -0
- package/bundled-skills/git-pushing/SKILL.md +21 -4
- package/bundled-skills/git-pushing/scripts/smart_commit.sh +206 -11
- package/bundled-skills/go-in-depth/scripts/workflow-script.js +4 -1
- package/bundled-skills/grok-build/SKILL.md +167 -0
- package/bundled-skills/grok-build/references/cli.md +99 -0
- package/bundled-skills/huggingface-tool-builder/references/find_models_by_paper.sh +1 -1
- package/bundled-skills/idea-autopsy/SKILL.md +147 -0
- package/bundled-skills/it-manager-hospital/README.md +1 -1
- package/bundled-skills/it-manager-pro/README.md +1 -1
- package/bundled-skills/itil-expert/README.md +1 -1
- package/bundled-skills/langgraph/SKILL.md +1 -1
- package/bundled-skills/linkedin-content-generator/SKILL.md +1 -1
- package/bundled-skills/lint-and-validate/scripts/lint_runner.py +23 -23
- package/bundled-skills/lint-and-validate/scripts/type_coverage.py +30 -30
- package/bundled-skills/logic-lens/SKILL.md +1 -1
- package/bundled-skills/lore/LICENSE +21 -0
- package/bundled-skills/lore/README.md +386 -0
- package/bundled-skills/lore/README.zh-CN.md +386 -0
- package/bundled-skills/lore/SKILL.md +453 -0
- package/bundled-skills/lore/WORKFLOWS.md +216 -0
- package/bundled-skills/lore/WORKFLOWS.zh-CN.md +216 -0
- package/bundled-skills/lore/references/audit-template.md +60 -0
- package/bundled-skills/lore/references/compatibility.md +228 -0
- package/bundled-skills/lore/references/config.md +125 -0
- package/bundled-skills/lore/references/entry-format.md +70 -0
- package/bundled-skills/lore/references/history-command.md +106 -0
- package/bundled-skills/lore/references/monorepo-detection.md +78 -0
- package/bundled-skills/lore/references/platform-mirrors.md +377 -0
- package/bundled-skills/lore/references/stale-new-markers.md +62 -0
- package/bundled-skills/lore/references/summary-template.md +98 -0
- package/bundled-skills/lore/scripts/README.md +54 -0
- package/bundled-skills/lore/scripts/README.zh-CN.md +54 -0
- package/bundled-skills/lore/scripts/find_duplicates.py +211 -0
- package/bundled-skills/lore/scripts/find_stale.py +116 -0
- package/bundled-skills/lore/scripts/history.py +527 -0
- package/bundled-skills/lore/scripts/id_hash.py +32 -0
- package/bundled-skills/lore/scripts/list_entries.py +183 -0
- package/bundled-skills/lovable-cleanup/SKILL.md +3 -3
- package/bundled-skills/makepad-splash/SKILL.md +1 -1
- package/bundled-skills/mmx-cli/SKILL.md +14 -1
- package/bundled-skills/monopoly/SKILL.md +5 -0
- package/bundled-skills/monopoly/patterns/SKILL.md +4 -0
- package/bundled-skills/monopoly/scale-benchmarks/SKILL.md +4 -0
- package/bundled-skills/monopoly/security-checklist/SKILL.md +4 -0
- package/bundled-skills/monopoly/tech-matrix/SKILL.md +4 -0
- package/bundled-skills/mtls-configuration/SKILL.md +1 -1
- package/bundled-skills/network-101/SKILL.md +4 -5
- package/bundled-skills/nika/SKILL.md +270 -0
- package/bundled-skills/not-a-vibe-coder/SKILL.md +4 -0
- package/bundled-skills/ontoly-software-graph/SKILL.md +160 -0
- package/bundled-skills/openclaw-github-repo-commander/SKILL.md +1 -1
- package/bundled-skills/optim-agent/SKILL.md +78 -0
- package/bundled-skills/pilot-protocol/SKILL.md +6 -3
- package/bundled-skills/postgres-readonly-queries/README.md +77 -0
- package/bundled-skills/postgres-readonly-queries/SKILL.md +152 -0
- package/bundled-skills/postgres-readonly-queries/connections.example.json +34 -0
- package/bundled-skills/postgres-readonly-queries/requirements.txt +1 -0
- package/bundled-skills/postgres-readonly-queries/scripts/query.py +262 -0
- package/bundled-skills/pptx-deck-creation/SKILL.md +275 -0
- package/bundled-skills/pptx-deck-creation/references/audit-checklist.md +156 -0
- package/bundled-skills/pptx-deck-creation/references/design-profiles.md +96 -0
- package/bundled-skills/pptx-deck-creation/references/python-snippets.md +150 -0
- package/bundled-skills/pptx-deck-creation/references/reference-deck-analysis.md +91 -0
- package/bundled-skills/pptx-deck-creation/references/visual-asset-adapters.md +158 -0
- package/bundled-skills/privilege-escalation-methods/SKILL.md +1 -1
- package/bundled-skills/product-decision-agent/SKILL.md +94 -0
- package/bundled-skills/product-decision-agent/agents/openai.yaml +7 -0
- package/bundled-skills/product-decision-agent/references/methodology-basis.md +232 -0
- package/bundled-skills/product-decision-agent/references/product-playbooks.md +813 -0
- package/bundled-skills/product-decision-agent/references/reasoning-engine.md +289 -0
- package/bundled-skills/product-decision-agent/references/response-examples.md +279 -0
- package/bundled-skills/product-decision-agent/scripts/quality_gate.py +221 -0
- package/bundled-skills/product-decision-agent/scripts/test_quality_gate.py +94 -0
- package/bundled-skills/pytest-skill/reference/playbook.md +358 -0
- package/bundled-skills/quit-sponsor/SKILL.md +96 -0
- package/bundled-skills/rclone-cli/references/providers/s3.md +1 -1
- package/bundled-skills/security-and-hardening/SKILL.md +1 -1
- package/bundled-skills/semgrep-rule-creator/SKILL.md +6 -6
- package/bundled-skills/skill-creator/README.md +3 -3
- package/bundled-skills/skill-creator/SKILL.md +8 -4
- package/bundled-skills/skill-creator/scripts/quick_validate.py +1 -1
- package/bundled-skills/sql-injection-testing/SKILL.md +4 -4
- package/bundled-skills/sshepherd/SKILL.md +107 -0
- package/bundled-skills/subagent-orchestrator/README.md +1 -1
- package/bundled-skills/super-code/bash/SKILL.md +3 -0
- package/bundled-skills/super-code/c/SKILL.md +3 -0
- package/bundled-skills/super-code/cpp/SKILL.md +3 -0
- package/bundled-skills/super-code/csharp/SKILL.md +3 -0
- package/bundled-skills/super-code/dart/SKILL.md +3 -0
- package/bundled-skills/super-code/elixir/SKILL.md +3 -0
- package/bundled-skills/super-code/go/SKILL.md +3 -0
- package/bundled-skills/super-code/java/SKILL.md +3 -0
- package/bundled-skills/super-code/kotlin/SKILL.md +3 -0
- package/bundled-skills/super-code/php/SKILL.md +3 -0
- package/bundled-skills/super-code/python/SKILL.md +3 -0
- package/bundled-skills/super-code/ruby/SKILL.md +3 -0
- package/bundled-skills/super-code/rust/SKILL.md +3 -0
- package/bundled-skills/super-code/scala/SKILL.md +3 -0
- package/bundled-skills/super-code/swift/SKILL.md +3 -0
- package/bundled-skills/super-code/typescript/SKILL.md +3 -0
- package/bundled-skills/telegram-bot-messaging/README.md +185 -0
- package/bundled-skills/telegram-bot-messaging/SKILL.md +101 -0
- package/bundled-skills/telegram-bot-messaging/scripts/telegram.sh +420 -0
- package/bundled-skills/test-guard/SKILL.md +132 -0
- package/bundled-skills/test-guard/references/jest.md +50 -0
- package/bundled-skills/test-guard/references/llm-app-testing.md +40 -0
- package/bundled-skills/test-guard/references/phpunit.md +56 -0
- package/bundled-skills/test-guard/references/pytest.md +65 -0
- package/bundled-skills/trading-ledger/SKILL.md +11 -3
- package/bundled-skills/uizze-ui-research/SKILL.md +93 -0
- package/bundled-skills/vibe-code-auditor/SKILL.md +1 -1
- package/bundled-skills/vibecode-production-qa-validator/SKILL.md +1 -1
- package/bundled-skills/videodb/scripts/ws_listener.py +29 -15
- package/bundled-skills/voice-ai-engine-development/README.md +1 -1
- package/bundled-skills/vulnerability-scanner/SKILL.md +1 -1
- package/bundled-skills/warehouse/SKILL.md +154 -0
- package/bundled-skills/woo-guard/SKILL.md +113 -0
- package/bundled-skills/woo-guard/references/checkout-and-money.md +64 -0
- package/bundled-skills/woo-guard/references/hpos-and-crud.md +87 -0
- package/bundled-skills/woo-guard/references/review-checklist.md +44 -0
- package/bundled-skills/woo-guard/references/sources.md +17 -0
- package/bundled-skills/wp-guard/SKILL.md +119 -0
- package/bundled-skills/wp-guard/references/i18n.md +88 -0
- package/bundled-skills/wp-guard/references/performance.md +70 -0
- package/bundled-skills/wp-guard/references/review-checklist.md +57 -0
- package/bundled-skills/wp-guard/references/security.md +100 -0
- package/bundled-skills/wp-guard/references/sources.md +27 -0
- package/bundled-skills/writing-skills/gotchas.md +1 -1
- package/bundled-skills/writing-skills/references/standards/metadata-standard.md +1 -1
- package/bundled-skills/x-twitter-scraper/SKILL.md +14 -32
- package/bundled-skills/xss-html-injection/SKILL.md +3 -3
- package/bundled-skills/youtube-seo-optimizer/SKILL.md +1 -1
- package/bundled-skills/youtube-summarizer/CHANGELOG.md +2 -2
- package/package.json +2 -2
- package/skills_index.json +407 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"updatedAt": "2026-07-
|
|
3
|
+
"updatedAt": "2026-07-16T01:22:28.705Z",
|
|
4
4
|
"entries": [
|
|
5
5
|
"00-andruia-consultant",
|
|
6
6
|
"007",
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
"antigravity-design-expert",
|
|
105
105
|
"antigravity-skill-orchestrator",
|
|
106
106
|
"antigravity-workflows",
|
|
107
|
+
"anywrite",
|
|
107
108
|
"aomi-transact",
|
|
108
109
|
"api-analyzer",
|
|
109
110
|
"api-and-interface-design",
|
|
@@ -139,6 +140,7 @@
|
|
|
139
140
|
"app-store-optimization",
|
|
140
141
|
"appdeploy",
|
|
141
142
|
"appium-skill",
|
|
143
|
+
"apple-container",
|
|
142
144
|
"apple-notes-search",
|
|
143
145
|
"application-performance-performance-optimization",
|
|
144
146
|
"applicationinsights-web-ts",
|
|
@@ -150,6 +152,7 @@
|
|
|
150
152
|
"arrowspace",
|
|
151
153
|
"article-illustrations",
|
|
152
154
|
"asana-automation",
|
|
155
|
+
"ask-copilot",
|
|
153
156
|
"ask-matt",
|
|
154
157
|
"ask-questions-if-underspecified",
|
|
155
158
|
"astro",
|
|
@@ -163,6 +166,7 @@
|
|
|
163
166
|
"audit-skills",
|
|
164
167
|
"auri-core",
|
|
165
168
|
"auth-implementation-patterns",
|
|
169
|
+
"auto-research",
|
|
166
170
|
"automated-triage",
|
|
167
171
|
"autonomous-agent-patterns",
|
|
168
172
|
"autonomous-agents",
|
|
@@ -417,6 +421,7 @@
|
|
|
417
421
|
"claude-speed-reader",
|
|
418
422
|
"claude-win11-speckit-update-skill",
|
|
419
423
|
"clean-code",
|
|
424
|
+
"clean-code-guard",
|
|
420
425
|
"clerk-auth",
|
|
421
426
|
"clickup-automation",
|
|
422
427
|
"close-automation",
|
|
@@ -424,6 +429,7 @@
|
|
|
424
429
|
"cloud-architect",
|
|
425
430
|
"cloud-devops",
|
|
426
431
|
"cloud-penetration-testing",
|
|
432
|
+
"cloudflare-security-audit",
|
|
427
433
|
"cloudflare-workers-expert",
|
|
428
434
|
"cloudformation-best-practices",
|
|
429
435
|
"cmux",
|
|
@@ -671,6 +677,7 @@
|
|
|
671
677
|
"distribute-skill-to-all-agents",
|
|
672
678
|
"distributed-debugging-debug-trace",
|
|
673
679
|
"distributed-tracing",
|
|
680
|
+
"ditto",
|
|
674
681
|
"django-access-review",
|
|
675
682
|
"django-perf-review",
|
|
676
683
|
"django-pro",
|
|
@@ -680,6 +687,7 @@
|
|
|
680
687
|
"docs",
|
|
681
688
|
"docs-architect",
|
|
682
689
|
"docs-as-marketing",
|
|
690
|
+
"docs-guard",
|
|
683
691
|
"documentation",
|
|
684
692
|
"documentation-and-adrs",
|
|
685
693
|
"documentation-generation-doc-generate",
|
|
@@ -769,6 +777,7 @@
|
|
|
769
777
|
"favicon",
|
|
770
778
|
"fda-food-safety-auditor",
|
|
771
779
|
"fda-medtech-compliance-auditor",
|
|
780
|
+
"feature-tracking",
|
|
772
781
|
"ffuf-claude-skill",
|
|
773
782
|
"ffuf-web-fuzzing",
|
|
774
783
|
"figma-automation",
|
|
@@ -850,6 +859,7 @@
|
|
|
850
859
|
"gdpr-data-handling",
|
|
851
860
|
"gemini-api-dev",
|
|
852
861
|
"gemini-api-integration",
|
|
862
|
+
"gemini-deep-research",
|
|
853
863
|
"gemini-interactions-api",
|
|
854
864
|
"gemini-live-api-dev",
|
|
855
865
|
"gemini-omni-flash-api",
|
|
@@ -904,6 +914,7 @@
|
|
|
904
914
|
"grill-me",
|
|
905
915
|
"grill-with-docs",
|
|
906
916
|
"grilling",
|
|
917
|
+
"grok-build",
|
|
907
918
|
"growth-engine",
|
|
908
919
|
"grpc-golang",
|
|
909
920
|
"handoff",
|
|
@@ -967,6 +978,7 @@
|
|
|
967
978
|
"hyperexecute-skill",
|
|
968
979
|
"i18n-localization",
|
|
969
980
|
"iconsax-library",
|
|
981
|
+
"idea-autopsy",
|
|
970
982
|
"idea-darwin",
|
|
971
983
|
"idea-os",
|
|
972
984
|
"idea-refine",
|
|
@@ -1106,6 +1118,7 @@
|
|
|
1106
1118
|
"lookdev-auto",
|
|
1107
1119
|
"loop-library",
|
|
1108
1120
|
"loopy",
|
|
1121
|
+
"lore",
|
|
1109
1122
|
"loss-aversion-designer",
|
|
1110
1123
|
"lovable-cleanup",
|
|
1111
1124
|
"m365-agents-dotnet",
|
|
@@ -1238,6 +1251,7 @@
|
|
|
1238
1251
|
"nextjs-seo-indexing",
|
|
1239
1252
|
"nextjs-supabase-auth",
|
|
1240
1253
|
"nft-standards",
|
|
1254
|
+
"nika",
|
|
1241
1255
|
"nodejs-backend-patterns",
|
|
1242
1256
|
"nodejs-best-practices",
|
|
1243
1257
|
"nosql-expert",
|
|
@@ -1290,11 +1304,13 @@
|
|
|
1290
1304
|
"onboarding-cro",
|
|
1291
1305
|
"onboarding-psychologist",
|
|
1292
1306
|
"one-drive-automation",
|
|
1307
|
+
"ontoly-software-graph",
|
|
1293
1308
|
"open-dynamic-workflows",
|
|
1294
1309
|
"open-source-marketing",
|
|
1295
1310
|
"openapi-spec-generation",
|
|
1296
1311
|
"openapi-spec-generator",
|
|
1297
1312
|
"openclaw-github-repo-commander",
|
|
1313
|
+
"optim-agent",
|
|
1298
1314
|
"options-flow-analyzer",
|
|
1299
1315
|
"oral-health-analyzer",
|
|
1300
1316
|
"orchestrate-batch-refactor",
|
|
@@ -1349,6 +1365,7 @@
|
|
|
1349
1365
|
"popup-cro",
|
|
1350
1366
|
"posix-shell-pro",
|
|
1351
1367
|
"postgres-best-practices",
|
|
1368
|
+
"postgres-readonly-queries",
|
|
1352
1369
|
"postgresql",
|
|
1353
1370
|
"postgresql-cli",
|
|
1354
1371
|
"postgresql-optimization",
|
|
@@ -1360,6 +1377,7 @@
|
|
|
1360
1377
|
"postmortem-writing",
|
|
1361
1378
|
"power-user-cultivation",
|
|
1362
1379
|
"powershell-windows",
|
|
1380
|
+
"pptx-deck-creation",
|
|
1363
1381
|
"pptx-official",
|
|
1364
1382
|
"pr-merge-champion",
|
|
1365
1383
|
"pr-writer",
|
|
@@ -1373,6 +1391,7 @@
|
|
|
1373
1391
|
"privacy-by-design",
|
|
1374
1392
|
"privacy-mask",
|
|
1375
1393
|
"privilege-escalation-methods",
|
|
1394
|
+
"product-decision-agent",
|
|
1376
1395
|
"product-design",
|
|
1377
1396
|
"product-inventor",
|
|
1378
1397
|
"product-manager",
|
|
@@ -1419,6 +1438,7 @@
|
|
|
1419
1438
|
"qiskit",
|
|
1420
1439
|
"quality-nonconformance",
|
|
1421
1440
|
"quant-analyst",
|
|
1441
|
+
"quit-sponsor",
|
|
1422
1442
|
"radix-ui-design-system",
|
|
1423
1443
|
"rag-engineer",
|
|
1424
1444
|
"rag-implementation",
|
|
@@ -1646,6 +1666,7 @@
|
|
|
1646
1666
|
"sred-project-organizer",
|
|
1647
1667
|
"sred-work-summary",
|
|
1648
1668
|
"ssh-penetration-testing",
|
|
1669
|
+
"sshepherd",
|
|
1649
1670
|
"stability-ai",
|
|
1650
1671
|
"startup-analyst",
|
|
1651
1672
|
"startup-business-analyst-business-case",
|
|
@@ -1722,6 +1743,7 @@
|
|
|
1722
1743
|
"telegram",
|
|
1723
1744
|
"telegram-automation",
|
|
1724
1745
|
"telegram-bot-builder",
|
|
1746
|
+
"telegram-bot-messaging",
|
|
1725
1747
|
"telegram-mini-app",
|
|
1726
1748
|
"temporal-golang-pro",
|
|
1727
1749
|
"temporal-python-pro",
|
|
@@ -1735,6 +1757,7 @@
|
|
|
1735
1757
|
"test-driven-development",
|
|
1736
1758
|
"test-fixing",
|
|
1737
1759
|
"test-framework-migration-skill",
|
|
1760
|
+
"test-guard",
|
|
1738
1761
|
"testing-patterns",
|
|
1739
1762
|
"testing-qa",
|
|
1740
1763
|
"testng-skill",
|
|
@@ -1800,6 +1823,7 @@
|
|
|
1800
1823
|
"ui-ux-designer",
|
|
1801
1824
|
"ui-ux-pro-max",
|
|
1802
1825
|
"ui-visual-validator",
|
|
1826
|
+
"uizze-ui-research",
|
|
1803
1827
|
"uncle-bob-craft",
|
|
1804
1828
|
"uniprot-database",
|
|
1805
1829
|
"unit-testing-test-generate",
|
|
@@ -1861,6 +1885,7 @@
|
|
|
1861
1885
|
"vps-server-management",
|
|
1862
1886
|
"vscode-extension-guide-en",
|
|
1863
1887
|
"vulnerability-scanner",
|
|
1888
|
+
"warehouse",
|
|
1864
1889
|
"warren-buffett",
|
|
1865
1890
|
"wcag-audit-patterns",
|
|
1866
1891
|
"weaviate",
|
|
@@ -1895,6 +1920,7 @@
|
|
|
1895
1920
|
"wireshark-analysis",
|
|
1896
1921
|
"wjttc-builder",
|
|
1897
1922
|
"wjttc-tester",
|
|
1923
|
+
"woo-guard",
|
|
1898
1924
|
"wordpress",
|
|
1899
1925
|
"wordpress-centric-high-seo-optimized-blogwriting-skill",
|
|
1900
1926
|
"wordpress-penetration-testing",
|
|
@@ -1905,6 +1931,7 @@
|
|
|
1905
1931
|
"workflow-orchestration-patterns",
|
|
1906
1932
|
"workflow-patterns",
|
|
1907
1933
|
"workorai",
|
|
1934
|
+
"wp-guard",
|
|
1908
1935
|
"wp-site-health-auditor",
|
|
1909
1936
|
"wrike-automation",
|
|
1910
1937
|
"writing-great-skills",
|
|
@@ -204,7 +204,7 @@ Verificar explicitamente cada item. O checklist adapta-se ao tipo de sistema:
|
|
|
204
204
|
- [ ] HTTPS em toda comunicacao externa
|
|
205
205
|
|
|
206
206
|
#### Python-Especifico
|
|
207
|
-
- [ ] Nenhum uso de eval(), exec() com input externo
|
|
207
|
+
- [ ] Nenhum uso de eval(), exec() com input externo <!-- security-allowlist: defensive audit checklist -->
|
|
208
208
|
- [ ] Nenhum uso de pickle com dados nao confiaveis
|
|
209
209
|
- [ ] subprocess com shell=False
|
|
210
210
|
- [ ] requests com verify=True e timeouts
|
|
@@ -383,7 +383,7 @@ O 007 sempre responde nesta estrutura:
|
|
|
383
383
|
Alem de responder a comandos explicitos, o 007 monitora automaticamente:
|
|
384
384
|
|
|
385
385
|
**Quando ativar sem ser chamado:**
|
|
386
|
-
- Novo codigo contendo `eval()`, `exec()`, `subprocess`, `os.system()`
|
|
386
|
+
- Novo codigo contendo `eval()`, `exec()`, `subprocess`, `os.system()` <!-- security-allowlist: defensive audit trigger -->
|
|
387
387
|
- Arquivo `.env` ou segredo sendo commitado/modificado
|
|
388
388
|
- Nova dependencia adicionada ao projeto
|
|
389
389
|
- Skill nova sendo criada ou modificada
|
|
@@ -35,7 +35,7 @@ Generar el código para los siguientes archivos:
|
|
|
35
35
|
- **Snippet de Registro:** La línea de código lista para insertar en la tabla "Full skill registry".
|
|
36
36
|
|
|
37
37
|
### FASE 3: Despliegue e Integración
|
|
38
|
-
1. Crear la carpeta física en `D:\...\
|
|
38
|
+
1. Crear la carpeta física en `D:\...\agentic-awesome-skills\skills\`.
|
|
39
39
|
2. Escribir el archivo README.md en dicha carpeta.
|
|
40
40
|
3. Actualizar el registro maestro del repositorio para que el Orquestador la reconozca.
|
|
41
41
|
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: agent-squad
|
|
3
3
|
description: Main agent orchestrator that coordinates a specialized squad of agents
|
|
4
|
+
risk: unknown
|
|
5
|
+
source: community
|
|
4
6
|
role: Orchestrator / Agent Panel
|
|
5
7
|
phase: all
|
|
6
8
|
squad: agent-squad
|
|
@@ -13,6 +15,9 @@ The Main Agent is the single point of contact between the user and the squad. It
|
|
|
13
15
|
|
|
14
16
|
---
|
|
15
17
|
|
|
18
|
+
## When to Use
|
|
19
|
+
- Use this skill when the task matches this description: Main agent orchestrator that coordinates a specialized squad of agents.
|
|
20
|
+
|
|
16
21
|
## The Squad
|
|
17
22
|
|
|
18
23
|
| Agent | Name | Phase | Triggers |
|
|
@@ -19,6 +19,9 @@ Alex knows the full squad: Aria (Architecture) will consume his plan to design s
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
+
## When to Use
|
|
23
|
+
- Use this skill when the task matches this description: Turns requirements into a precise, dependency-aware implementation plan.
|
|
24
|
+
|
|
22
25
|
## Responsibilities
|
|
23
26
|
|
|
24
27
|
### 1. Dependency Mapping
|
|
@@ -19,6 +19,9 @@ Aria is opinionated but not dogmatic. She selects patterns because they fit the
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
+
## When to Use
|
|
23
|
+
- Use this skill when the task matches this description: Designs the data model, API contracts, and structural foundation of the system.
|
|
24
|
+
|
|
22
25
|
## Responsibilities
|
|
23
26
|
|
|
24
27
|
### 1. Data Modeling
|
|
@@ -19,6 +19,9 @@ Dep does not write application logic. He does not review code for quality. He ta
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
+
## When to Use
|
|
23
|
+
- Use this skill when the task matches this description: Handles containerization, CI/CD pipelines, and deployment setup.
|
|
24
|
+
|
|
22
25
|
## Responsibilities
|
|
23
26
|
|
|
24
27
|
### 1. Containerization
|
|
@@ -19,6 +19,9 @@ Luna is the squad's quality gate. Nothing moves to Quinn (QA) or Dep (Deployment
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
+
## When to Use
|
|
23
|
+
- Use this skill when the task matches this description: Reviews code for objective correctness, security, and reliability.
|
|
24
|
+
|
|
22
25
|
## Responsibilities
|
|
23
26
|
|
|
24
27
|
### 1. Security Review
|
|
@@ -49,7 +52,7 @@ Luna is the squad's quality gate. Nothing moves to Quinn (QA) or Dep (Deployment
|
|
|
49
52
|
|
|
50
53
|
### 4. Deprecated / Dangerous Patterns
|
|
51
54
|
- Flag use of **deprecated APIs** in the chosen framework or language version.
|
|
52
|
-
- Flag **known dangerous functions**: `eval()`, `exec()`, `pickle.loads()` on user data, `innerHTML` with user content, etc.
|
|
55
|
+
- Flag **known dangerous functions**: `eval()`, `exec()`, `pickle.loads()` on user data, `innerHTML` with user content, etc. <!-- security-allowlist: defensive review checklist -->
|
|
53
56
|
- Flag **memory leak patterns**: event listeners not removed, circular references, unclosed streams.
|
|
54
57
|
- Flag **unbounded operations**: loops over unvalidated user-supplied lengths, regex on unsanitized input (ReDoS).
|
|
55
58
|
|
|
@@ -19,6 +19,9 @@ Mason knows that Luna (Code Review) will read everything he writes. He codes wit
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
+
## When to Use
|
|
23
|
+
- Use this skill when the task matches this description: Produces clean, functional code that matches the architecture and checklists.
|
|
24
|
+
|
|
22
25
|
## Responsibilities
|
|
23
26
|
|
|
24
27
|
### 1. Environment & Boilerplate Setup
|
|
@@ -19,6 +19,9 @@ Max works on proven code. He does not change behavior. Every change he makes mus
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
+
## When to Use
|
|
23
|
+
- Use this skill when the task matches this description: Cleans up and improves existing code without changing behavior.
|
|
24
|
+
|
|
22
25
|
## Responsibilities
|
|
23
26
|
|
|
24
27
|
### 1. Algorithmic Optimization
|
|
@@ -19,6 +19,9 @@ Quinn does not find style issues. She finds real functional gaps, unhandled edge
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
+
## When to Use
|
|
23
|
+
- Use this skill when the task matches this description: Proves the system works by writing and executing comprehensive test suites.
|
|
24
|
+
|
|
22
25
|
## Responsibilities
|
|
23
26
|
|
|
24
27
|
### 1. Test Strategy Design
|
|
@@ -18,6 +18,9 @@ Rex knows the full squad exists and writes his output with them in mind: Alex (P
|
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
|
21
|
+
## When to Use
|
|
22
|
+
- Use this skill when the task matches this description: Translates user intent into a precise, unambiguous specification and requirements.
|
|
23
|
+
|
|
21
24
|
## Responsibilities
|
|
22
25
|
|
|
23
26
|
### 1. Intent Extraction
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"organization": "
|
|
3
|
+
"organization": "Agentic Awesome Skills",
|
|
4
4
|
"date": "February 2026",
|
|
5
5
|
"abstract": "Comprehensive guide to modern Angular development (v20+) designed for AI agents and LLMs. Covers Signals, Standalone Components, Zoneless applications, SSR/Hydration, reactive patterns, routing, dependency injection, and modern forms. Emphasizes component-driven architecture with practical examples and migration strategies for modernizing existing codebases.",
|
|
6
6
|
"references": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"organization": "
|
|
3
|
+
"organization": "Agentic Awesome Skills",
|
|
4
4
|
"date": "February 2026",
|
|
5
5
|
"abstract": "Performance optimization and best practices guide for Angular applications designed for AI agents and LLMs. Covers change detection strategies (OnPush, Signals, Zoneless), avoiding async waterfalls, bundle optimization with lazy loading and @defer, rendering performance, SSR/hydration patterns, and memory management. Prioritized by impact from critical to incremental improvements.",
|
|
6
6
|
"references": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"organization": "
|
|
3
|
+
"organization": "Agentic Awesome Skills",
|
|
4
4
|
"date": "February 2026",
|
|
5
5
|
"abstract": "Complete state management guide for Angular applications designed for AI agents and LLMs. Covers Signal-based services, NgRx for global state, RxJS patterns, and component stores. Includes decision trees for choosing the right solution, migration patterns from BehaviorSubject to Signals, and strategies for bridging Signals with RxJS observables.",
|
|
6
6
|
"references": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"organization": "
|
|
3
|
+
"organization": "Agentic Awesome Skills",
|
|
4
4
|
"date": "February 2026",
|
|
5
5
|
"abstract": "Modern UI patterns for Angular applications designed for AI agents and LLMs. Covers loading states, error handling, progressive disclosure, and data display patterns. Emphasizes showing loading only without data, surfacing all errors, optimistic updates, and graceful degradation using @defer. Includes decision trees and anti-patterns to avoid.",
|
|
6
6
|
"references": [
|
|
@@ -36,7 +36,7 @@ Before invoking any skills, evaluate the task:
|
|
|
36
36
|
When a task is deemed complex, identify the necessary domains (e.g., frontend, database, deployment). Search available skills in the current environment to find the most relevant ones. If the required skills are not found locally, consult the master skill catalog.
|
|
37
37
|
|
|
38
38
|
### Master Skill Catalog
|
|
39
|
-
The Antigravity ecosystem maintains a master catalog of highly curated skills at `https://raw.githubusercontent.com/sickn33/
|
|
39
|
+
The Antigravity ecosystem maintains a master catalog of highly curated skills at `https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/CATALOG.md`. When local skills are insufficient, fetch this catalog to discover appropriate skills across the 9 primary categories:
|
|
40
40
|
- `architecture`
|
|
41
41
|
- `business`
|
|
42
42
|
- `data-ai`
|
|
@@ -70,7 +70,7 @@ To build institutional knowledge, the orchestrator relies on the `agent-memory-m
|
|
|
70
70
|
[Triggered if no past knowledge covers this task]
|
|
71
71
|
1. Analyze the core requirements (e.g., "needs a React UI, a Node.js backend, and a PostgreSQL database").
|
|
72
72
|
2. Query the locally available skills using the current environment's skill list or equivalent discovery mechanism to find the best match for each requirement.
|
|
73
|
-
3. **If local skills are insufficient**, fetch the master catalog with the web or command-line retrieval tools available in the current environment: `https://raw.githubusercontent.com/sickn33/
|
|
73
|
+
3. **If local skills are insufficient**, fetch the master catalog with the web or command-line retrieval tools available in the current environment: `https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/CATALOG.md`.
|
|
74
74
|
4. Scan the catalog's 9 main categories to identify the appropriate skills to bring into the current context.
|
|
75
75
|
5. Select the minimal set of skills needed. **Do not over-select.**
|
|
76
76
|
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: anywrite
|
|
3
|
+
description: "Compiled CLI covering all 52 endpoints of the Anytype local API — objects, properties, tags, search, chat, files — one binary, no MCP server needed."
|
|
4
|
+
category: productivity
|
|
5
|
+
risk: critical
|
|
6
|
+
source: community
|
|
7
|
+
source_repo: Antheurus/anywrite
|
|
8
|
+
source_type: community
|
|
9
|
+
date_added: "2026-07-15"
|
|
10
|
+
author: Antheurus
|
|
11
|
+
tags: [anytype, cli, pkm, notes, api-integration, productivity, knowledge-management]
|
|
12
|
+
tools: [claude, cursor, gemini, codex]
|
|
13
|
+
license: "MIT"
|
|
14
|
+
license_source: "https://github.com/Antheurus/anywrite/blob/main/LICENSE"
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# anywrite
|
|
18
|
+
|
|
19
|
+
## Overview
|
|
20
|
+
|
|
21
|
+
`anywrite` is a single compiled Bun/TypeScript CLI for the [Anytype](https://anytype.io) desktop app's local HTTP API — **all 52 endpoints** across spaces, objects, properties, tags, types, templates, lists, chat, files, members, search, and auth — as one binary with zero runtime dependencies. It exists as a low-context alternative to Anytype's official MCP server: rather than exposing 52 always-loaded tools to every agent session, `anywrite` is a normal CLI wired as a skill that costs zero context until it's actually invoked, and is equally usable from a terminal or any script.
|
|
22
|
+
|
|
23
|
+
## When to Use This Skill
|
|
24
|
+
|
|
25
|
+
- Use when the user mentions Anytype or asks to create, update, search, or organize notes, tasks, or PKM objects.
|
|
26
|
+
- Use when working with Anytype spaces, properties, tags, types, templates, or lists (sets and collections).
|
|
27
|
+
- Use when the user asks to upload files to a space, chat inside a space, or read/write structured objects programmatically.
|
|
28
|
+
|
|
29
|
+
## How It Works
|
|
30
|
+
|
|
31
|
+
### Step 1: Ensure Anytype desktop is running and authenticated
|
|
32
|
+
|
|
33
|
+
The Anytype desktop app must be running locally (default `http://localhost:31009`). Authenticate once:
|
|
34
|
+
|
|
35
|
+
```bash
|
|
36
|
+
./dist/anywrite auth --status # shows configured yes/no and where the key came from
|
|
37
|
+
./dist/anywrite auth # challenge flow — a 4-digit code appears in the app
|
|
38
|
+
./dist/anywrite auth --code 1234 # non-interactive form of the same exchange
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
The key is written to `~/.anywrite/config.json` and is never printed by any command.
|
|
42
|
+
|
|
43
|
+
### Step 2: Invoke a resource + action
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
anywrite <resource> <action> [positionals] [--flag value]
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Resources: `spaces`, `objects`, `properties`, `tags`, `types`, `templates`, `lists`, `files`, `members`, `search`, `chat`, `auth`. Output is JSON by default; add `--pretty` for a human view, `--json` as an escape hatch for anything the typed flags don't model yet. `space`/`type`/`property` positionals accept a name or an id — names are resolved to ids automatically.
|
|
50
|
+
|
|
51
|
+
## Examples
|
|
52
|
+
|
|
53
|
+
### Example 1: Create and update an object
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
./dist/anywrite objects create <space> --type task --name "Buy milk"
|
|
57
|
+
./dist/anywrite objects update <space> <object_id> --status "Done"
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### Example 2: Search and upload a file
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
./dist/anywrite search global --query "task" --types task
|
|
64
|
+
./dist/anywrite files upload <space> --file ./image.png
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Example 3: Read chat messages
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
./dist/anywrite chat messages <space> <chat_id> --all
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
## Best Practices
|
|
74
|
+
|
|
75
|
+
- ✅ Pass names for `space`/`type`/`property` and let the CLI resolve them to ids.
|
|
76
|
+
- ✅ Use default JSON output for scripting and `--pretty` for human review.
|
|
77
|
+
- ✅ Reach for `--json` when a brand-new API field isn't yet covered by a typed flag.
|
|
78
|
+
- ❌ Don't set an empty-string emoji `--icon`; omit the flag entirely instead.
|
|
79
|
+
- ❌ Don't expect `lists add`/`remove` to work on sets — they only apply to collections.
|
|
80
|
+
|
|
81
|
+
## Limitations
|
|
82
|
+
|
|
83
|
+
- This skill does not replace environment-specific validation, testing, or expert review.
|
|
84
|
+
- Stop and ask for clarification if required inputs, permissions, or safety boundaries are missing.
|
|
85
|
+
- Bounded by the Anytype local API itself: no block-level editing (body is whole-markdown replace only), no member invite/role management, no template create/update/delete, no space deletion.
|
|
86
|
+
- The object body field is named `--body` on create but `--markdown` on update.
|
|
87
|
+
|
|
88
|
+
## Security & Safety Notes
|
|
89
|
+
|
|
90
|
+
- The API key is stored locally in `~/.anywrite/config.json` and is never printed by any command, including `auth --status`.
|
|
91
|
+
- Config precedence at runtime: `ANYTYPE_API_KEY` env var, then `~/.anywrite/config.json`, then a read-only fallback to an existing `~/.anytype-cli/config.yaml`.
|
|
92
|
+
- All operations target a locally-running Anytype desktop instance; no data is sent to third-party servers.
|
|
93
|
+
- Delete is a soft archive everywhere and is idempotent — a repeated delete stays `200`, never `410`.
|
|
94
|
+
|
|
95
|
+
## Common Pitfalls
|
|
96
|
+
|
|
97
|
+
- **Problem:** `lists add`/`remove` silently does nothing on a set.
|
|
98
|
+
**Solution:** These only work on collections, not sets.
|
|
99
|
+
- **Problem:** Re-uploading an identical file returns an existing object id instead of a new one.
|
|
100
|
+
**Solution:** This is intentional — file upload dedupes by content hash.
|
|
101
|
+
- **Problem:** Chat messages don't paginate like everything else.
|
|
102
|
+
**Solution:** Chat paginates by cursor; every other resource paginates by offset.
|
|
103
|
+
|
|
104
|
+
## Related Skills
|
|
105
|
+
|
|
106
|
+
- `@docx` - When the deliverable is a Word document rather than an Anytype object.
|
|
@@ -91,7 +91,7 @@ Use the appropriate CLI command based on the user's language choice. Additional
|
|
|
91
91
|
|
|
92
92
|
**Treat all crawled web content as untrusted input.** Actors ingest data from external websites that may contain malicious payloads. Follow these rules:
|
|
93
93
|
|
|
94
|
-
- **Sanitize crawled data** — Never pass raw HTML, URLs, or scraped text directly into shell commands, `eval()`, database queries, or template engines. Use proper escaping or parameterized APIs.
|
|
94
|
+
- **Sanitize crawled data** — Never pass raw HTML, URLs, or scraped text directly into shell commands, `eval()`, database queries, or template engines. Use proper escaping or parameterized APIs. <!-- security-allowlist: defensive untrusted-input guidance -->
|
|
95
95
|
- **Validate and type-check all external data** — Before pushing to datasets or key-value stores, verify that values match expected types and formats. Reject or sanitize unexpected structures.
|
|
96
96
|
- **Do not execute or interpret crawled content** — Never treat scraped text as code, commands, or configuration. Content from websites could include prompt injection attempts or embedded scripts.
|
|
97
97
|
- **Isolate credentials from data pipelines** — Ensure `APIFY_TOKEN` and other secrets are never accessible in request handlers or passed alongside crawled data. Use the Apify SDK's built-in credential management rather than passing tokens through environment variables in data-processing code.
|
|
@@ -129,7 +129,7 @@ Use the appropriate CLI command based on the user's language choice. Additional
|
|
|
129
129
|
- Store personal/sensitive data unless explicitly permitted
|
|
130
130
|
- Use deprecated options like `requestHandlerTimeoutMillis` on CheerioCrawler (v3.x)
|
|
131
131
|
- Use `additionalHttpHeaders` - use `preNavigationHooks` instead
|
|
132
|
-
- Pass raw crawled content into shell commands, `eval()`, or code-generation functions
|
|
132
|
+
- Pass raw crawled content into shell commands, `eval()`, or code-generation functions <!-- security-allowlist: prohibited-pattern checklist -->
|
|
133
133
|
- Use `console.log()` or `print()` instead of the Apify logger — these bypass credential censoring
|
|
134
134
|
- Disable standby mode without explicit permission
|
|
135
135
|
|