Skip to content

feat: add Olostep tool plugin#2216

Open
umerkay wants to merge 2 commits intolanggenius:mainfrom
umerkay:feat/olostep-tool
Open

feat: add Olostep tool plugin#2216
umerkay wants to merge 2 commits intolanggenius:mainfrom
umerkay:feat/olostep-tool

Conversation

@umerkay
Copy link
Copy Markdown

@umerkay umerkay commented Mar 26, 2026

1. Metadata

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

Adds Olostep as a tool plugin for Dify agents and workflows.

Olostep is a web data API for AI agents. This plugin gives Dify agents
the ability to scrape any URL, crawl entire websites, discover all URLs
on a site, run web searches, and get AI-powered answers grounded in live
data — all through 5 ready-to-use tools.

Tools included:

  • scrape — Extract markdown, HTML, text or structured JSON from any URL. Handles JS-rendered sites and supports pre-built parsers.
  • crawl — Recursively crawl a website with URL filtering and depth control. Returns content from every crawled page.
  • map — Discover all URLs on a website from sitemaps and discovered links.
  • search — Web search returning ranked results with titles, URLs and descriptions.
  • answer — AI-synthesized answer grounded in live web data with source citations. Supports structured JSON output.

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Data Collection

This plugin does not collect any user personal data. The only data
transmitted are the URLs, queries, and tasks provided by the user,
which are sent directly to the Olostep API (api.olostep.com) to
fulfill the requested operation. No data is stored or processed
by this plugin itself.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

Copy link
Copy Markdown
Member

@crazywoola crazywoola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Request Changes

Decision: Request changes

Failed Checks

Check Status Detail Required action
Project structure ❌ Fail Missing files: PRIVACY.md. Present: manifest.yaml, README.md. _assets/: yes. Include all required files in the package: manifest.yaml, README.md, PRIVACY.md, and _assets/.
PRIVACY.md ❌ Fail PRIVACY.md not found in plugin package. A privacy policy file is required for marketplace submission. Add a non-empty PRIVACY.md file to the plugin package.

Full Check Results

Check Status Detail Required action
PR content language ✅ Pass PR title/body CJK ratio=0.0% (zh=0, en=1756, ignored_zh=0, allowed_zh<=0) None.
Project structure ❌ Fail Missing files: PRIVACY.md. Present: manifest.yaml, README.md. _assets/: yes. Include all required files in the package: manifest.yaml, README.md, PRIVACY.md, and _assets/.
Manifest author ✅ Pass author is valid. None.
Icon validation ✅ Pass icon exists: _assets/olostep_logo.png None.
Version check ✅ Pass version 0.0.6 is available. None.
README language ✅ Pass README.md CJK ratio=0.0% (zh=0, en=3824, allowed_zh<=0) None.
PRIVACY.md ❌ Fail PRIVACY.md not found in plugin package. A privacy policy file is required for marketplace submission. Add a non-empty PRIVACY.md file to the plugin package.
Dependency install ✅ Pass requirements installed successfully. None.
dify_plugin version ✅ Pass dify_plugin version 0.7.4 satisfies >= 0.5.0. None.
Install test ✅ Pass plugin install test passed. None.
Packaging test ✅ Pass packaging check passed. None.

Next steps

  • Project structure: Include all required files in the package: manifest.yaml, README.md, PRIVACY.md, and _assets/.
  • PRIVACY.md: Add a non-empty PRIVACY.md file to the plugin package.

Please address these issues and push an update.

@umerkay
Copy link
Copy Markdown
Author

umerkay commented Mar 30, 2026

@crazywoola pls check I have added the privacy.md file in commit ec198a3

Commit is already part of the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants