Loading...
Loading...
Monitor competitor product releases and new feature announcements. Use this skill when the user wants to track what competitors are shipping, find the latest product launches in their industry, or generate a competitor release report. Triggers include phrases like "track competitor releases", "what are my competitors launching", "monitor competitor products", "competitor product report", or any request to watch a rival company's product updates.
npx skill4agent add tinyfish-io/tinyfish-cookbook competitor-product-monitorwhich tinyfish && tinyfish --version || echo "TINYFISH_CLI_NOT_INSTALLED"
tinyfish auth statusInstall the TinyFish CLI first:Then authenticate:npm install -g @tiny-fish/clitinyfish auth login
To get started, please tell me:
- Your industry or field (e.g. "project management SaaS", "electric vehicles", "cloud storage")
- Your product or company name (e.g. "Notion", "Tesla", "Dropbox")
Here are the competitors I found for [product] in [field]:
- Asana — https://asana.com
- Monday.com — https://monday.com
- ClickUp — https://clickup.com
Does this look right? Feel free to remove any, or add others (with their website URLs if possible).
https://companyname.comtinyfish agent run --sync --url "<competitor_url>" \
"Find the latest product release, new feature announcement, or product update on this website. Look at the blog, changelog, newsroom, or press release pages. Return JSON: {\"company\": str, \"latest_release\": str, \"release_date\": str, \"description\": str, \"source_url\": str}"/blog/changelog/news/newsroom/releases/whats-newtinyfish agent run --sync --url "https://asana.com/product" \
"Find the latest product release or feature announcement. Return JSON: {\"company\": str, \"latest_release\": str, \"release_date\": str, \"description\": str, \"source_url\": str}"
tinyfish agent run --sync --url "https://monday.com/blog" \
"Find the latest product release or feature announcement. Return JSON: {\"company\": str, \"latest_release\": str, \"release_date\": str, \"description\": str, \"source_url\": str}"
tinyfish agent run --sync --url "https://clickup.com/blog" \
"Find the latest product release or feature announcement. Return JSON: {\"company\": str, \"latest_release\": str, \"release_date\": str, \"description\": str, \"source_url\": str}"resultJsonCOMPLETEWould you like to monitor these competitors periodically for new releases? If yes, let me know how often (e.g. weekly, daily) and how you'd like to be notified (e.g. email, Slack).
{
"company": "string — competitor company name",
"latest_release": "string — name or title of the release/announcement",
"release_date": "string — date as found on the page, or 'Unknown'",
"description": "string — 1-3 sentence summary of what was released",
"source_url": "string — direct URL to the announcement or changelog page"
}"Not found"| Problem | Action |
|---|---|
| TinyFish returns no result | Retry with a more specific URL (e.g. append |
| Page is bot-protected | Note it in the report as "Could not fetch — site may require login" |
| Release date missing | Use |
| Company has no public changelog | Search their blog or press page instead |
tinyfish agent run --sync --url "https://asana.com/product" "..."
tinyfish agent run --sync --url "https://notion.so/blog" "..."
tinyfish agent run --sync --url "https://ticktick.com/blog" "..."
tinyfish agent run --sync --url "https://any.do/blog" "..."
tinyfish agent run --sync --url "https://todo.microsoft.com" "..."Competitor Product Release Report Field: task management | Your product: Todoist | Generated: 2026-04-06Asana Release: Asana AI Studio — custom workflow automation Date: March 2026 Asana launched AI Studio, allowing teams to build no-code AI workflows... Source: https://asana.com/product/ai-studio...
--sync