mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #2021] [CLOSED] feat: add Anakin web scraping and AI search plugin #2024
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/2021
Author: @Viraal-Bambori
Created: 2/5/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
5b0d612feat: add Anakin web scraping and AI search plugine719840feat: add Anakin web scraping and AI search plugin82ee163chore: add plugin package file📊 Changes
24 files changed (+1775 additions, -0 deletions)
View changed files
➕
anakin/anakin/.difyignore(+184 -0)➕
anakin/anakin/.env.example(+3 -0)➕
anakin/anakin/.github/workflows/plugin-publish.yml(+109 -0)➕
anakin/anakin/.gitignore(+176 -0)➕
anakin/anakin/GUIDE.md(+137 -0)➕
anakin/anakin/PRIVACY.md(+92 -0)➕
anakin/anakin/README.md(+194 -0)➕
anakin/anakin/_assets/anakintech_logo.png(+0 -0)➕
anakin/anakin/anakin.difypkg(+0 -0)➕
anakin/anakin/main.py(+6 -0)➕
anakin/anakin/manifest.yaml(+37 -0)➕
anakin/anakin/provider/anakin.py(+20 -0)➕
anakin/anakin/provider/anakin.yaml(+44 -0)➕
anakin/anakin/requirements.txt(+2 -0)➕
anakin/anakin/tools/agentic_search.py(+85 -0)➕
anakin/anakin/tools/agentic_search.yaml(+34 -0)➕
anakin/anakin/tools/batch_scraper.py(+103 -0)➕
anakin/anakin/tools/batch_scraper.yaml(+82 -0)➕
anakin/anakin/tools/search.py(+55 -0)➕
anakin/anakin/tools/search.yaml(+50 -0)...and 4 more files
📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
Anakin plugin provides enterprise-grade web scraping and AI-powered search capabilities for Dify workflows.
Key Features:
5 Tools Included:
Built on the AnakinScraper API, this plugin enables AI applications to reliably extract data from any website while handling anti-bot protection automatically.
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
This plugin does not collect or store any user personal data. All data processing is transient - URLs and search queries are passed directly to the Anakin API and responses are returned to Dify without caching or logging.
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.