opencode-skills-collection 4.0.48 → 4.0.49
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 +11 -1
- package/bundled-skills/agent-qa-authoring/SKILL.md +3 -1
- package/bundled-skills/agy-delegate/SKILL.md +1 -1
- package/bundled-skills/aider-delegate/SKILL.md +1 -1
- package/bundled-skills/api-rate-limit-handler/SKILL.md +1 -1
- package/bundled-skills/atlas-cloud-media/SKILL.md +52 -18
- package/bundled-skills/babysit-pr/SKILL.md +1 -1
- package/bundled-skills/boost-asio-pro/references/pre-cpp20.md +8 -1
- package/bundled-skills/check-identity-pack/SKILL.md +88 -0
- package/bundled-skills/claude-delegate/SKILL.md +1 -1
- package/bundled-skills/cline-delegate/SKILL.md +1 -1
- package/bundled-skills/codex-delegate/SKILL.md +1 -1
- package/bundled-skills/commandcode-delegate/SKILL.md +1 -1
- package/bundled-skills/copilot-delegate/SKILL.md +1 -1
- package/bundled-skills/cursor-delegate/SKILL.md +1 -1
- package/bundled-skills/detect-ai-text/SKILL.md +91 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/aas-core.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/extract-document-data/SKILL.md +99 -0
- package/bundled-skills/find-matching-tenders/SKILL.md +100 -0
- package/bundled-skills/grok-delegate/SKILL.md +1 -1
- package/bundled-skills/inngest/SKILL.md +2 -0
- package/bundled-skills/kimi-delegate/SKILL.md +1 -1
- package/bundled-skills/liuguang-banlan-ui/SKILL.md +6 -4
- package/bundled-skills/liuguang-banlan-ui/scripts/manifest_parser.py +178 -0
- package/bundled-skills/liuguang-banlan-ui/scripts/measure_preview.py +14 -17
- package/bundled-skills/liuguang-banlan-ui/scripts/validate_manifest.py +12 -16
- package/bundled-skills/lovable-cleanup/SKILL.md +32 -6
- package/bundled-skills/lovable-cleanup/references/favicon-vercel-cleanup.md +106 -0
- package/bundled-skills/lovable-cleanup/scripts/write-transparent-favicon.js +88 -0
- package/bundled-skills/multi-source-search/scripts/validate_report.py +5 -0
- package/bundled-skills/omp-delegate/SKILL.md +1 -1
- package/bundled-skills/opencode-delegate/SKILL.md +1 -1
- package/bundled-skills/pentest-tools/references/pentest-ai-agents-matrix.md +8 -5
- package/bundled-skills/pi-delegate/SKILL.md +1 -1
- package/bundled-skills/prompt-caching/SKILL.md +3 -1
- package/bundled-skills/qoder-delegate/SKILL.md +1 -1
- package/bundled-skills/screen-adverse-media/SKILL.md +100 -0
- package/bundled-skills/slideops/SKILL.md +201 -0
- package/bundled-skills/trigger-dev/SKILL.md +2 -0
- package/bundled-skills/unsloth-finetuning/SKILL.md +45 -2
- package/bundled-skills/upstash-qstash/SKILL.md +1 -1
- package/bundled-skills/upstash-ratelimit/SKILL.md +186 -0
- package/bundled-skills/upstash-redis/SKILL.md +156 -0
- package/bundled-skills/verify-citations/SKILL.md +88 -0
- package/bundled-skills/verify-document/SKILL.md +94 -0
- package/bundled-skills/vibe-delegate/SKILL.md +1 -1
- package/bundled-skills/warp-delegate/SKILL.md +1 -1
- package/bundled-skills/zcode-delegate/SKILL.md +1 -1
- package/package.json +1 -1
- package/skills_index.json +347 -21
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: verify-citations
|
|
3
|
+
description: Verify citations and references in a document, report, or article against real sources. Use when the user asks to fact-check, verify references, check citations, or validate evidence in research reports, tender responses, whitepapers, or academic writing.
|
|
4
|
+
category: document-verification
|
|
5
|
+
risk: critical
|
|
6
|
+
source: community
|
|
7
|
+
source_repo: Sketchjar/stipple-agent-skills
|
|
8
|
+
source_type: community
|
|
9
|
+
date_added: "2026-08-31"
|
|
10
|
+
author: Sketchjar
|
|
11
|
+
tags: [document-verification, fact-checking, stipple, authenticity]
|
|
12
|
+
tools: [claude, cursor, gemini, codex]
|
|
13
|
+
license: "Apache-2.0"
|
|
14
|
+
license_source: "https://github.com/Sketchjar/stipple-agent-skills/blob/main/LICENSE"
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Citation Verification
|
|
18
|
+
|
|
19
|
+
Verify that citations in a document actually resolve and support the claims they're attached to. Uses the Stipple API (free anonymous tier, no signup) for citation resolution, arithmetic recomputation, and unsupported-claim detection.
|
|
20
|
+
|
|
21
|
+
## When to use
|
|
22
|
+
|
|
23
|
+
- Before submitting or publishing a research report, tender response, or whitepaper
|
|
24
|
+
- Reviewing an LLM-generated document (LLM citations are plausibly-formatted and frequently wrong)
|
|
25
|
+
- Due diligence on third-party reports
|
|
26
|
+
- Academic reference checking
|
|
27
|
+
|
|
28
|
+
## Instructions
|
|
29
|
+
|
|
30
|
+
1. **Get the document.** Ask the user for a URL to the report, or a local file path (PDF, DOCX, Markdown). If the user pastes text directly, skip to step 3 with `text` input.
|
|
31
|
+
|
|
32
|
+
2. **Run verification.** POST the document to Stipple's citation verification endpoint:
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
curl -X POST https://www.stipple.sh/v1/verify-references \
|
|
36
|
+
-F "file=@report.pdf" \
|
|
37
|
+
-H "Authorization: Bearer $STIPPLE_API_KEY"
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
The anonymous free tier works without the Authorization header. Deep mode (`?deep=true`) costs more credits but cross-checks citations against live web sources.
|
|
41
|
+
|
|
42
|
+
3. **Interpret the response.** The result includes:
|
|
43
|
+
- `verification_coverage` — percentage of claims verified (e.g. "78%")
|
|
44
|
+
- `citations[]` — per-citation status: resolved and matching, resolved but mismatched, or unresolvable, with the issue explained
|
|
45
|
+
- `arithmetic[]` — recomputed figures vs stated figures (flags decimal shifts, wrong sums)
|
|
46
|
+
- `unsupported_claims[]` — claims with no citation at all
|
|
47
|
+
|
|
48
|
+
4. **Report honestly.** Present results as *verification coverage*, not a truth verdict:
|
|
49
|
+
- "21/27 citations resolve and match"
|
|
50
|
+
- "[x] FY24+FY25 revenue stated $4.2m, actual $3.7m"
|
|
51
|
+
- "[!] 'industry-leading accuracy' — no source in document"
|
|
52
|
+
- Unverified ≠ false. The goal is telling the user *which* claims are backed and which aren't.
|
|
53
|
+
|
|
54
|
+
5. **Offer remediation.** For failed citations, suggest: fixing the decimal shift, finding the correct source, or removing the unsupported claim.
|
|
55
|
+
|
|
56
|
+
## Output format
|
|
57
|
+
|
|
58
|
+
```
|
|
59
|
+
Verification coverage: 78%
|
|
60
|
+
|
|
61
|
+
Citations: 21/27 resolve and match
|
|
62
|
+
[+] "ABS unemployment 4.1% April 2026" — matches abs.gov.au
|
|
63
|
+
[-] "AI adoption grew 340% in 2025" — source states 34%, decimal shifted
|
|
64
|
+
|
|
65
|
+
Arithmetic: 12/13 recompute correctly
|
|
66
|
+
[x] FY24 + FY25 revenue — stated $4.2m, actual $3.7m
|
|
67
|
+
|
|
68
|
+
Unsupported claims: 2
|
|
69
|
+
[!] "industry-leading accuracy" — no source in document
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
## Limitations and Safety
|
|
73
|
+
|
|
74
|
+
- Uploading a report or manuscript sends its contents to a hosted third party; deep
|
|
75
|
+
mode also retrieves external sources. Obtain approval before transmission, remove
|
|
76
|
+
confidential or personal material, and verify current retention and deletion terms.
|
|
77
|
+
- Resolution and textual support do not establish that a source is authoritative or
|
|
78
|
+
that a claim is true. Inspect consequential citations in the primary source and
|
|
79
|
+
preserve page, edition, date, and access context.
|
|
80
|
+
- Treat unresolved or unsupported claims as review items, not proof of fabrication,
|
|
81
|
+
and keep a human reviewer responsible for publication or academic decisions.
|
|
82
|
+
|
|
83
|
+
## Notes
|
|
84
|
+
|
|
85
|
+
- Works on PDF, DOCX, MD, TXT. For pasted text, POST JSON: `{"text": "..."}`
|
|
86
|
+
- Deep verification (`deep=true`) is slower and costs more credits but resolves citations against live sources
|
|
87
|
+
- Pairs well with `verify-document` (is the source doc itself authentic?) run first
|
|
88
|
+
- Anonymous free tier: shared weekly allowance. Get a free key at https://www.stipple.sh for your own metering
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: verify-document
|
|
3
|
+
description: Check whether a document (PDF or image) shows signs of tampering or forgery before you rely on it. Use when the user asks to verify a payslip, invoice, bank statement, ID document, contract, or any document where authenticity matters.
|
|
4
|
+
category: document-verification
|
|
5
|
+
risk: critical
|
|
6
|
+
source: community
|
|
7
|
+
source_repo: Sketchjar/stipple-agent-skills
|
|
8
|
+
source_type: community
|
|
9
|
+
date_added: "2026-08-31"
|
|
10
|
+
author: Sketchjar
|
|
11
|
+
tags: [document-verification, fact-checking, stipple, authenticity]
|
|
12
|
+
tools: [claude, cursor, gemini, codex]
|
|
13
|
+
license: "Apache-2.0"
|
|
14
|
+
license_source: "https://github.com/Sketchjar/stipple-agent-skills/blob/main/LICENSE"
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Document Verification
|
|
18
|
+
|
|
19
|
+
Inspect a document for forensic authenticity signals — not a fraud verdict, but a risk band with the evidence behind it. Uses the Stipple API (free anonymous tier, no signup).
|
|
20
|
+
|
|
21
|
+
## When to use
|
|
22
|
+
|
|
23
|
+
- Before onboarding a tenant, contractor, or employee from uploaded documents
|
|
24
|
+
- Before paying an invoice that arrived by email
|
|
25
|
+
- Before relying on a bank statement, payslip, or certificate in any workflow
|
|
26
|
+
- Reviewing documents in due diligence, claims processing, or loan applications
|
|
27
|
+
|
|
28
|
+
## Instructions
|
|
29
|
+
|
|
30
|
+
1. **Get the document.** URL or local file path (PDF, PNG, JPEG, BMP, TIFF).
|
|
31
|
+
|
|
32
|
+
2. **Optionally check the cache first.** If the user has the file's SHA-256, check whether it's already been inspected (free):
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
curl "https://www.stipple.sh/v1/warrants/check?sha256=<hash>"
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
3. **Run verification.** POST the document:
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
curl -X POST https://www.stipple.sh/v1/warrants \
|
|
42
|
+
-F "file=@payslip.pdf" \
|
|
43
|
+
-H "Authorization: Bearer $STIPPLE_API_KEY"
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
Add `?fresh=true` to force re-inspection of a previously cached document. Add `?deep=true` for deep inspection (more thorough, more credits).
|
|
47
|
+
|
|
48
|
+
4. **Interpret the response.** Two independent axes — read both:
|
|
49
|
+
|
|
50
|
+
| Axis | Question it answers |
|
|
51
|
+
|---|---|
|
|
52
|
+
| `risk_band` | Does anything look tampered? (low / medium / high) |
|
|
53
|
+
| `inspection_quality` | Could the engine actually see enough to judge? (thorough / limited / poor) |
|
|
54
|
+
|
|
55
|
+
A clean phone photo of a real payslip is commonly `low` risk + `limited` quality — **low coverage is not risk**. Per-signal `evidence` includes: amount/words mismatch, font discontinuity in values, date anomalies, document label integrity, identifier checksums (ABN/ACN/TFN), table arithmetic.
|
|
56
|
+
|
|
57
|
+
5. **Report honestly.** This is a *signal with evidence*, not a verdict:
|
|
58
|
+
- "risk_band: LOW — nothing looks tampered"
|
|
59
|
+
- "inspection_quality: limited — couldn't inspect everything; low coverage is NOT fraud"
|
|
60
|
+
- Show the per-signal evidence for anything flagged
|
|
61
|
+
|
|
62
|
+
6. **Pair with related checks.** For identity documents, follow with a 100-point identity check (`/v1/identity-check`). For extraction, use `extract-document-data`.
|
|
63
|
+
|
|
64
|
+
## Output format
|
|
65
|
+
|
|
66
|
+
```
|
|
67
|
+
risk_band: LOW — Nothing looks tampered.
|
|
68
|
+
inspection_quality: limited
|
|
69
|
+
recommended action: review_before_action
|
|
70
|
+
|
|
71
|
+
evidence (signals):
|
|
72
|
+
[pass] Amount words/figure mismatch: Spelled-out amounts agree with figures.
|
|
73
|
+
[pass] Font discontinuity in value: Numeric values share the font of surrounding text.
|
|
74
|
+
[skip] Identifier checksum: No checksummable identifier (ABN/ACN/TFN) present.
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
## Limitations and Safety
|
|
78
|
+
|
|
79
|
+
- This workflow uploads documents to a hosted third party. Obtain explicit approval,
|
|
80
|
+
minimize personal, financial, identity, and confidential data, and confirm the
|
|
81
|
+
provider's current retention, residency, access, and deletion terms first.
|
|
82
|
+
- Forensic signals can miss sophisticated tampering or flag benign editing, scanning,
|
|
83
|
+
compression, and template artifacts. A low-risk result is not proof of authenticity,
|
|
84
|
+
and a high-risk result is not proof of fraud.
|
|
85
|
+
- Preserve the original bytes and use authoritative issuer verification plus a
|
|
86
|
+
qualified human reviewer before payment, onboarding, lending, employment,
|
|
87
|
+
disciplinary, compliance, or legal action.
|
|
88
|
+
|
|
89
|
+
## Notes
|
|
90
|
+
|
|
91
|
+
- Document types the engine recognizes (payslips, invoices, bank statements) get type-specific checks; unrecognized types get generic checks only — say so in your report
|
|
92
|
+
- Identical files are cached by content hash — re-checking the same bytes returns instantly and free
|
|
93
|
+
- This measures *forensic integrity*, not *authorship style* — for "was this written by AI", use AI-text detection instead
|
|
94
|
+
- Anonymous free tier: shared weekly allowance. Free key at https://www.stipple.sh
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: vibe-delegate
|
|
3
3
|
description: Delegate coding tasks to the Mistral Vibe CLI (`vibe`) only when the
|
|
4
4
|
user explicitly requests it, while the orchestrator retains review and landing responsibility.
|
|
5
|
-
risk:
|
|
5
|
+
risk: critical
|
|
6
6
|
category: agent-orchestration
|
|
7
7
|
source: https://github.com/amElnagdy/delegate-skills
|
|
8
8
|
source_repo: amElnagdy/delegate-skills
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: warp-delegate
|
|
3
3
|
description: Delegate coding tasks to the Warp Agent CLI (`oz`) only when the user
|
|
4
4
|
explicitly requests it, while the orchestrator retains review and landing responsibility.
|
|
5
|
-
risk:
|
|
5
|
+
risk: critical
|
|
6
6
|
category: agent-orchestration
|
|
7
7
|
source: https://github.com/amElnagdy/delegate-skills
|
|
8
8
|
source_repo: amElnagdy/delegate-skills
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: zcode-delegate
|
|
3
3
|
description: Delegate coding tasks to the Z.AI ZCode CLI only when the user explicitly
|
|
4
4
|
requests it, while the orchestrator retains review and landing responsibility.
|
|
5
|
-
risk:
|
|
5
|
+
risk: critical
|
|
6
6
|
category: agent-orchestration
|
|
7
7
|
source: https://github.com/amElnagdy/delegate-skills
|
|
8
8
|
source_repo: amElnagdy/delegate-skills
|
package/package.json
CHANGED