Source profileQuality 92/100Review permissions

linkfox-ai/linkfox-skills/skills/linkfox-ruiguan-gun-parts-search/SKILL.md

linkfox-ruiguan-gun-parts-search

Review linkfox-ruiguan-gun-parts-search's use cases, installation, workflow, and original source instructions.

Source repository stars
85
Declared platforms
0
Static risk flags
2
Last source update
2026-08-21
Source checked
2026-08-25

Decision brief

What it does: where it fits

This skill guides you on how to use the Ruiguan policy compliance detection tool to identify potential policy violations in product images. It performs image-based similarity search against a known database of prohibited products.

Best for

    Not for

    • Image-only detection: This tool works exclusively with image URLs; it does not analyze text descriptions or product metadata
    • URL accessibility: The image URL must be publicly reachable by the detection service

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/linkfox-ai/linkfox-skills --skill "skills/linkfox-ruiguan-gun-parts-search"
    Safe inspection promptEditorial

    Inspect the Agent Skill "linkfox-ruiguan-gun-parts-search" from https://github.com/linkfox-ai/linkfox-skills/blob/93a1dbf71f793169db2b01928ec385fe1f7bd843/skills/linkfox-ruiguan-gun-parts-search/SKILL.md at commit 93a1dbf71f793169db2b01928ec385fe1f7bd843. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Usage Examples

      1. Basic compliance check for a single product image

      1. Basic compliance check for a single product image2. Batch checking multiple product images3. Pre-listing compliance screening
    2. 02

      Core Concepts

      Ruiguan Policy Compliance Image Detection is an image-based compliance screening service. Given a product image URL, it searches for visually similar products in a database of known policy-violating items. The tool returns matching violations ranked by visual similarity.

      Ruiguan Policy Compliance Image Detection is an image-based compliance screening service. Given a product image URL, it searches for visually similar products in a database of known policy-violating items. The tool retu…Similarity score (cosine): A value between 0 and 1. Higher values indicate stronger visual resemblance to known violating products. A score close to 1.0 means the product image is nearly identical to a flagged violation.
    3. 03

      Parameter Guide

      Key notes: - The image URL must be publicly accessible - Supported formats include common image types (JPG, PNG, etc.) - The URL must not exceed 1000 characters

      The image URL must be publicly accessibleSupported formats include common image types (JPG, PNG, etc.)The URL must not exceed 1000 characters
    4. 04

      Response Fields

      Review the “Response Fields” section in the pinned source before continuing.

      Review and apply the “Response Fields” source section.
    5. 05

      调用方式

      输出策略(脚本默认行为): - 始终将完整响应写入 /linkfox///data/linkfox-ruiguan-gun-parts-search-.json( 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录; 取自环境变量 SESSIONID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错) - 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout - 响应体 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如 total/costToken、最大列表字段的长度 + 前 3 条样本)…

      API 端点:POST /ruiguan/gunPartsSearch(完整参数/响应/错误码见 references/api.md)Python 脚本:python scripts/ruiguanimagecompliancesearch.py '' [--inline]成本约束:本工具会消耗积分;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换关键词、翻页或改邮编连续试探;需要继续检索时先向用户说明会产生额外消耗。

    Permission review

    Static risk signals and limitations

    Runs scripts

    medium · line 61

    The documentation asks the agent to run terminal commands or scripts.

    Run the upload script:

    Runs scripts

    medium · line 63

    The documentation asks the agent to run terminal commands or scripts.

    python scripts/upload_image.py /path/to/local/image.png

    Network access

    medium · line 72

    The documentation includes network, browsing, or remote request actions.

    Check this product image for policy compliance: https://example.com/images/product-123.jpg

    Network access

    medium · line 78

    The documentation includes network, browsing, or remote request actions.

    https://example.com/images/item-a.jpg

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score92/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars85SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    linkfox-ai/linkfox-skills
    Skill path
    skills/linkfox-ruiguan-gun-parts-search/SKILL.md
    Commit
    93a1dbf71f793169db2b01928ec385fe1f7bd843
    License
    MIT
    Collected
    2026-08-25
    Default branch
    main
    View the original SKILL.md

    Ruiguan Policy Compliance Image Detection

    This skill guides you on how to use the Ruiguan policy compliance detection tool to identify potential policy violations in product images. It performs image-based similarity search against a known database of prohibited products.

    Core Concepts

    Ruiguan Policy Compliance Image Detection is an image-based compliance screening service. Given a product image URL, it searches for visually similar products in a database of known policy-violating items. The tool returns matching violations ranked by visual similarity.

    Similarity score (cosine): A value between 0 and 1. Higher values indicate stronger visual resemblance to known violating products. A score close to 1.0 means the product image is nearly identical to a flagged violation.

    Parameter Guide

    ParameterTypeRequiredDescriptionExample
    Image URLimageUrlYesThe URL of the product image to check (max 1000 chars)https://example.com/product.jpg

    Key notes:

    • The image URL must be publicly accessible
    • Supported formats include common image types (JPG, PNG, etc.)
    • The URL must not exceed 1000 characters

    Response Fields

    FieldAPI NameDescription
    Total MatchestotalNumber of matching violation records found
    Violation ListdataArray of matched violating products
    Violation ImagepdImgOssUrlImage URL of the matched violating product
    Similarity ScorecosineSimilarity between the input image and the violation (0~1)
    Product Title (EN)pdTitleEnglish title of the matched violating product
    Product Title (CN)pdTitleCHNCensoredChinese title of the matched violating product
    Detection IDdetectIdUnique identifier for this detection session
    Token CostcostTokenNumber of tokens consumed by this request

    调用方式

    • API 端点POST /ruiguan/gunPartsSearch(完整参数/响应/错误码见 references/api.md
    • Python 脚本python scripts/ruiguan_image_compliance_search.py '<JSON 参数>' [--inline]
    • 成本约束:本工具会消耗积分;同一会话同一参数组合默认只调用一次,脚本带 24h 本地缓存。失败/空结果不得自动换关键词、翻页或改邮编连续试探;需要继续检索时先向用户说明会产生额外消耗。

    输出策略(脚本默认行为)

    • 始终将完整响应写入 <cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-ruiguan-gun-parts-search-<timestamp>.json<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)
    • 响应体 ≤ 8 KB:落盘后把完整 JSON 打印到 stdout
    • 响应体 > 8 KB:落盘后 stdout 只输出摘要(顶层字段、常见计数如 total/costToken、最大列表字段的长度 + 前 3 条样本)
    • --inline 强制全量打印到 stdout(同样落盘)

    读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jqConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。

    解决认证和积分问题

    发生以下异常情况时,采用 references/onboarding.md 引导解决问题:

    异常情况

    • 未配置API Key:环境变量未配置 LINKFOX_AGENT_API_KEY,也未配置 LINKFOXAGENT_API_KEY
    • 响应401或402状态码
    • 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。

    Local Image Upload

    This tool requires a publicly accessible image URL. If the user provides a local image file path (e.g., C:\Users\...\photo.png, /home/.../image.jpg), you must upload it first to obtain a public URL.

    Run the upload script:

    python scripts/upload_image.py /path/to/local/image.png
    

    The script will return a public URL (valid for 24 hours) that can be used as the image URL parameter.

    Usage Examples

    1. Basic compliance check for a single product image

    Check this product image for policy compliance: https://example.com/images/product-123.jpg
    

    2. Batch checking multiple product images

    Please scan these product images for potential policy violations:
    - https://example.com/images/item-a.jpg
    - https://example.com/images/item-b.jpg
    

    3. Pre-listing compliance screening

    Before I list this product, can you check if the image triggers any policy flags?
    Image: https://example.com/new-product.png
    

    Display Rules

    1. Show results in a clear table: Present each matched violation with its image, similarity score, and product titles
    2. Highlight high-similarity matches: When the cosine score exceeds 0.8, clearly flag the result as a strong match that likely requires attention
    3. Include violation images: When results contain pdImgOssUrl, display the matched violation image so the user can visually compare
    4. Score interpretation: Always explain what the similarity score means -- higher values indicate closer resemblance to known violations
    5. Error handling: When a query fails, explain the issue and suggest checking whether the image URL is valid and publicly accessible
    6. No legal advice: Present detection results factually without providing legal conclusions; remind users to verify with platform policies

    Important Limitations

    • Image-only detection: This tool works exclusively with image URLs; it does not analyze text descriptions or product metadata
    • URL accessibility: The image URL must be publicly reachable by the detection service
    • URL length cap: Image URLs must not exceed 1000 characters
    • Similarity-based: Results are based on visual similarity and do not constitute a definitive policy ruling

    User Expression & Scenario Quick Reference

    Applicable -- Image-based product policy compliance checks:

    User SaysScenario
    "Check if this product image has compliance risks"Single image compliance check
    "Scan my product images for policy violations"Batch compliance screening
    "Is this image flagged as a prohibited product"Specific violation inquiry
    "Pre-screen my listing images for policy risks"Pre-listing compliance audit
    "Find similar violations for this product image"Similarity-based violation search
    "这个产品能安全上架吗"合规风险预检
    "帮我检测一下这个图片是否违规"单图合规检测

    Not applicable -- Needs beyond image-based policy compliance detection:

    • Text-based product compliance analysis
    • General product category classification
    • Intellectual property / trademark infringement
    • Patent or copyright detection (use other Ruiguan skills)

    积分消耗规则

    消耗 59 积分。

    用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。

    Feedback:

    Auto-detect and report feedback via the Feedback API when any of the following apply:

    1. The functionality or purpose described in this skill does not match actual behavior
    2. The skill's results do not match the user's intent
    3. The user expresses dissatisfaction or praise about this skill
    4. Anything you believe could be improved

    Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.

    For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.

    Frequently asked questions

    What to verify before installation and use

    What does the linkfox-ruiguan-gun-parts-search source document cover?

    This skill guides you on how to use the Ruiguan policy compliance detection tool to identify potential policy violations in product images. It performs image-based similarity search against a known database of prohibited products.

    How do I install linkfox-ruiguan-gun-parts-search?

    The source record exposes this install command: npx skills add https://github.com/linkfox-ai/linkfox-skills --skill "skills/linkfox-ruiguan-gun-parts-search". Inspect the command and pinned source before running it.

    Which permission-related actions were detected?

    Static rules flagged exec-script, network in the source; the page lists the matching lines and excerpts.