← Back to Skills Marketplace
84
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seo-backlink-submitter
Description
Batch submit websites to AI tool directories and SEO directories to earn backlinks. Use when: user says "submit site to directories", "SEO backlinks", "submi...
Usage Guidance
This skill appears to implement automated, browser-driven submission to many directories which matches its description, but there are some red flags you should consider before running it:
- Transport security: check_directory.py disables SSL verification (ssl=False). Remove or change this before running to avoid MITM risk.
- Packaging inconsistencies: a submit_to_directory.py file is just a '404' placeholder and the README references a --target option the main script doesn't accept. Expect to edit/fix CLI and file issues.
- Abuse and legal risk: the tool automates mass submissions. Using it at scale can violate sites' terms of service, trigger captchas, get your IP blocked, or be considered spam. Only submit to sites where you have permission and comply with their rules.
- Operational cautions: the scripts don't handle captchas, login flows, or multi-step submissions. They may produce partial results or require manual intervention. Review and test against a small, benign list first.
- Safe execution: run the tool on an isolated machine or container, use your own contact email, throttle submissions, and inspect saved JSON results locally. Review and remove the ssl=False line, fix the CLI mismatches, and delete or replace placeholder files before trusting this skill.
If you want higher confidence, ask the publisher for: corrected README/CLI, justification for ssl=False, and a cleaned package without placeholder files. If you cannot trust the source, prefer reimplementing the minimal functionality you need or use a vetted tool.
Capability Analysis
Type: OpenClaw Skill
Name: seo-backlink-submitter
Version: 1.0.0
The bundle provides a set of tools for automating website submissions to SEO and AI tool directories using Playwright and aiohttp. The scripts (batch_submit.py, check_directory.py, and quick_submit.py) are designed to detect submission forms, check for free vs. paid status, and automate the filling of site details like name, URL, and description. While the bundle includes a minor security flaw (disabling SSL verification in check_directory.py) and some script-to-documentation parameter mismatches, the behavior is entirely consistent with the stated purpose and lacks any indicators of malicious intent, data exfiltration, or unauthorized system access.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description align with the included scripts: Playwright-based form-filling and aiohttp checks for directories. The provided directories list and automation code match the claimed purpose. Minor mismatches: there is a scripts/submit_to_directory.py file that contains only '404: Not Found' (unused) and targets/README.md suggests a --target CLI option that the main script does not implement. These inconsistencies suggest sloppy packaging but not necessarily malicious intent.
Instruction Scope
SKILL.md instructs installing Playwright and running the provided scripts which is consistent. However, check_directory.py explicitly disables SSL verification (aiohttp request with ssl=False), which is unnecessary for simple directory detection and weakens transport security (allows MITM). The automation will programmatically fill and submit forms across many sites — this is coherent with the stated purpose but also enables mass unsolicited submissions / spam and may violate target sites' terms of service or trigger captchas/rate limits. The skill does not handle captchas, credentialed sites, or legal/terms checks, and it offers no safeguards beyond a small delay.
Install Mechanism
There is no registry install spec (instruction-only skill), and SKILL.md instructs the user to pip install playwright and run its installation step. That's expected for a Playwright-based tool. Nothing in the registry installs arbitrary third-party binaries, but following the SKILL.md will download Chromium via Playwright's installer — normal but networked.
Credentials
The skill requests no environment variables or credentials and does not access system config paths. That is proportionate to its purpose. It still asks the user to supply site data (name, email, URL) at run time; no hidden credential requests were found.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills or system-wide settings. It writes local JSON result files only. Autonomous invocation is allowed by default but not combined with other privileged requests.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seo-backlink-submitter - After installation, invoke the skill by name or use
/seo-backlink-submitter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — batch submit websites to AI tool and SEO directories to earn backlinks, with Playwright automation
Metadata
Frequently Asked Questions
What is SEO Backlink Submitter?
Batch submit websites to AI tool directories and SEO directories to earn backlinks. Use when: user says "submit site to directories", "SEO backlinks", "submi... It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install SEO Backlink Submitter?
Run "/install seo-backlink-submitter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SEO Backlink Submitter free?
Yes, SEO Backlink Submitter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SEO Backlink Submitter support?
SEO Backlink Submitter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SEO Backlink Submitter?
It is built and maintained by claw0x (@kennyzir); the current version is v1.0.0.
More Skills