Skip to content

Commit 8615317

Browse files
Zecherehclaude
andauthored
Dedupe repeated trigger section in use-tinyfish SKILL.md (PF-3758) (#266)
Fixes PF-3758. `skills/use-tinyfish/SKILL.md` contained the entire "When This Skill Should Trigger" section twice, verbatim — a copy-paste slip from #221. This deletes the second copy; installed copies pick up the fix on next install. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent d58743b commit 8615317

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

skills/use-tinyfish/SKILL.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,6 @@ Default to the lightest tool that can answer:
3232

3333
---
3434

35-
## When This Skill Should Trigger
36-
37-
Use TinyFish whenever a request depends on live web information or page content. Do not wait for the user to say "TinyFish" or "scrape".
38-
39-
Strong triggers include:
40-
41-
- Search or discovery: search, find, look up, research, compare, latest, current, news, docs, pricing, product details, best options.
42-
- URL/page reading: fetch, read, summarize, extract from this page, inspect this URL, get the content, pull links or metadata.
43-
- Source-backed answers: answer using web sources, verify a fact, check whether something changed, gather information from the web.
44-
- Website work: interact with a site, click through pages, fill forms, log in, collect structured data, handle bot-protected pages.
45-
46-
Default to the lightest tool that can answer:
47-
48-
- No URL and the user needs web information: `search`, then `fetch` the best result(s) if more detail is needed.
49-
- URL provided and only content is needed: `fetch`.
50-
- Page interaction or dynamic extraction is needed: `agent`.
51-
- Raw CDP/Playwright-style control is needed: `browser`.
52-
53-
---
54-
5535
## Picking the Right Tool
5636

5737
TinyFish has four tools. Start with the lightest one that can do the job and escalate only when needed.

0 commit comments

Comments
 (0)