Skip to content

Add linkly-hq/linkly plugin (v0.1.0) - #3076

Open
chrism2671 wants to merge 1 commit into
langgenius:mainfrom
Linkly-HQ:add-linkly
Open

Add linkly-hq/linkly plugin (v0.1.0)#3076
chrism2671 wants to merge 1 commit into
langgenius:mainfrom
Linkly-HQ:add-linkly

Conversation

@chrism2671

@chrism2671 chrism2671 commented Sep 13, 2026

Copy link
Copy Markdown

Plugin Submission

Plugin information

Submission type

  • New plugin
  • Version update

What changed

Official tool plugin for Linkly, a URL shortener with click tracking. Seven tools over the public Linkly REST API (https://api.linklyhq.com, Bearer API key): create_link, get_link, list_links, get_clicks (time series), click_counters (grouped by country / city / platform / referrer / UTM tag), list_domains, delete_link. Credentials: API key (secret) plus optional workspace ID; validation calls GET /api/v1/workspaces.

Risk level

  • Low risk
  • Medium risk
  • High risk

Medium because create_link and delete_link perform write actions in a third-party service (fixed, documented HTTPS API only; no user-controlled network destinations, code, SQL or files).

Required checks

  • I have read and followed the Marketplace submission requirements.
  • I have read and comply with the Plugin Developer Agreement. (to be confirmed by the Linkly maintainer, Chris Muktar, before merge)
  • I tested this plugin on Dify Community Edition and Dify Cloud, or documented any limitation below. (limitation: validated locally with the official CLI runner, see below; not yet installed on a Dify instance)
  • The package contains only files needed at runtime.
  • The package does not contain secrets, local credentials, .env files, .git directories, virtual environments, caches, logs, or IDE files.
  • The package does not contain executables or bundled binaries, or I explained why they are required below.
  • The plugin README includes setup steps, usage instructions, required APIs or credentials, connection requirements, and the source repository link.
  • The plugin includes PRIVACY.md or a hosted privacy policy, and manifest.yaml references it.
  • All user-facing text is primarily in English, with any localized README files following the i18n guidance.

Security and privacy notes

Write actions in a third-party service (create and delete short links in the user's own Linkly workspace). No command/code execution, SQL, SSH, filesystem or browser access, no arbitrary URL fetching (the destination URL is stored by Linkly, never fetched by the plugin), no sensitive personal data. The plugin is stateless; see PRIVACY.md.

Local validation

dify plugin package ./linkly -o linkly-0.1.0.difypkg
# -> plugin packaged successfully
dify plugin run ./linkly-0.1.0.difypkg -l -r json
# -> pre-loaded the plugin, local runtime instance ready, {"type":"plugin_ready","response":{"info":"plugin loaded"}}

Tool/provider YAML validated against dify_plugin 0.9 entity schemas; credential validation and API error paths exercised against the live API (401 without a key). Package SHA-256: b5f2848f79d4e26719879baf55dea6b91b8f77080becbe9a16767feb0709e8e8.

Reviewer notes

Dependencies: dify_plugin>=0.9.0,<0.10.0, requests. Python 3.12. No binaries.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@github-actions github-actions Bot added the risk: medium Medium-risk Marketplace submission label Sep 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk: medium Medium-risk Marketplace submission

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant