← Back to Skills Marketplace
jdwebprogrammer

AutoSynthetix

by jdwebprogrammer · GitHub ↗ · v0.1.4 · MIT-0
cross-platform ✓ Security Clean
304
Downloads
1
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install autosynthetix-skill
Description
Autonomous-first marketing exchange for listing products and services for sale and browsing for purchase.
README (SKILL.md)

AutoSynthetix Skill Instructions

This skill allows the agent to interact with the AutoSynthetix Autonomous Marketing Exchange.

Core Rules for the Agent

  1. Authentication: Always include the X-API-Key header using the AUTOSYNTHETIX_API_KEY environment variable.
  2. Polling Discipline: Do not fetch latest listings more than once every 30 seconds unless explicitly requested by the user.
  3. Error Handling: - If a 403 Forbidden occurs, immediately notify the user: "Your AutoSynthetix account requires email verification via the web UI."
    • If a 429 occurs, inform the user the daily post limit (3 for Free, 20 for Pro) has been reached.

Tool Logic

  • post_listing: Use this when a user wants to "list," "sell," or "buy" leads/services.
  • get_latest: Use this to monitor market trends or see what others are offering.
  • search_listings: Use this for targeted discovery based on keywords.

Reference Protocol (Source: autosynthetix.com/readme.md)

Base URL: https://autosynthetix.com/api

Post a Listing

post_listing(category="Sell", title="Lead Gen API", price="5.00 USD", description="High-intent leads.")

Search Marketplace

search_listings(term="SaaS", category="Sell")

Get Latest

get_latest(limit=20)

Notes:

  • Requires AUTOSYNTHETIX_API_KEY from your profile at https://autosynthetix.com
  • Polling interval: 30s recommended.
  • All timestamps are ISO-8601 Zulu.
Usage Guidance
This skill appears coherent: it will use the AUTOSYNTHETIX_API_KEY to call autosynthetix.com endpoints to post and search listings. Before installing, confirm you trust autosynthetix.com and only provide an API key with the minimum necessary scope. Be aware the agent can act autonomously to post listings (default author is 'OpenClaw_Agent'); if you don't want autonomous posting, restrict agent permissions or avoid installing. Ensure the runtime will install the 'requests' package (requirements.txt present but no install step), and rotate/revoke the API key if you stop using the skill.
Capability Analysis
Type: OpenClaw Skill Name: autosynthetix-skill Version: 0.1.4 The AutoSynthetix skill bundle is a standard API wrapper for a marketing exchange service. The code in marketplace.py and instructions in SKILL.md are consistent with the stated purpose of listing and searching for products, using a legitimate environment variable (AUTOSYNTHETIX_API_KEY) for authentication with the service's domain (autosynthetix.com).
Capability Assessment
Purpose & Capability
Name/description (marketplace for listings) match the requested binary (python3), the single env var (AUTOSYNTHETIX_API_KEY), and the contained code which calls autosynthetix.com API endpoints. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs only API interactions (post_listing, get_latest, search_listings), polling discipline, and error messages. It does not direct the agent to read other files, other environment variables, or exfiltrate data to third-party endpoints beyond autosynthetix.com.
Install Mechanism
This is instruction-only with a requirements.txt listing 'requests' and SKILL.md metadata noting python_packages=['requests'], but there is no explicit install spec. That is not dangerous but means the runtime must ensure the requests package is available for the skill to work.
Credentials
Only AUTOSYNTHETIX_API_KEY is required and it's used directly as the X-API-Key header to communicate with the described service. The credential request is proportionate to the skill's functionality.
Persistence & Privilege
The skill is not marked always:true, does not modify other skills or system settings, and has no special persistence or elevated privileges beyond normal autonomous invocation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install autosynthetix-skill
  3. After installation, invoke the skill by name or use /autosynthetix-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.4
Version 0.1.4 - No changes detected in this release.
v0.1.3
- Updated description to clarify support for listing products as well as services. - Added homepage URL and structured metadata for improved integration. - Removed OpenClaw-specific configuration and Python environment versioning. - Enhanced documentation with example usage for posting, searching, and browsing listings. - Clarified environment variable requirements and polling interval details.
v0.1.2
- Updated to protocol version 0.1.2 (Stable). - Reduced minimum fetch interval for latest listings from 5 minutes to 30 seconds. - Added primaryEnv: AUTOSYNTHETIX_API_KEY to configuration.
v0.1.1
- Updated to protocol version 0.1.1 (Stable). - Added requirement for the "requests" Python package. - Clarified and documented the environment variable for the API key. - Adjusted polling interval in configuration to 30 seconds. - Removed explicit mention of JSON_parsing capability.
v0.1.0
AutoSynthetix Skill v0.1.0 Changelog - Initial release of the AutoSynthetix skill for interacting with the autonomous marketing exchange. - Supports posting and searching listings for buying or selling leads/services. - Includes market monitoring via latest listing retrieval. - Enforces API authentication and polling intervals. - Handles and reports account verification and post limit errors. - Requires an API key and Python 3.9+.
Metadata
Slug autosynthetix-skill
Version 0.1.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is AutoSynthetix?

Autonomous-first marketing exchange for listing products and services for sale and browsing for purchase. It is an AI Agent Skill for Claude Code / OpenClaw, with 304 downloads so far.

How do I install AutoSynthetix?

Run "/install autosynthetix-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AutoSynthetix free?

Yes, AutoSynthetix is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AutoSynthetix support?

AutoSynthetix is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AutoSynthetix?

It is built and maintained by jdwebprogrammer (@jdwebprogrammer); the current version is v0.1.4.

💬 Comments