Firm Suppliers Pack

v1.0.0

Procurement and supplier management pack. Supplier sourcing, multi-criteria evaluation, TCO analysis, contract management, and supply chain risk monitoring....

1· 357·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for romainsantoli-web/firm-suppliers-pack.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Firm Suppliers Pack" (romainsantoli-web/firm-suppliers-pack) from ClawHub.
Skill page: https://clawhub.ai/romainsantoli-web/firm-suppliers-pack
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install romainsantoli-web/firm-suppliers-pack

ClawHub CLI

Package manager switcher

npx clawhub@latest install firm-suppliers-pack
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name, description, and the five tool names all map to procurement/supplier-management tasks. The only declared dependency is mcp-openclaw-extensions >= 3.2.0, which is plausible for providing helper primitives; there are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md contains high-level, scoped instructions and example invocations for supplier search, evaluation, TCO, contract checks, and risk monitoring. It does not instruct the agent to read local files, environment variables, or transmit data to unexpected endpoints. However, the file is marked as 'IA-generated — human validation required' and provides no implementation — the actual behavior will depend entirely on the mcp-openclaw-extensions and the platform's skill runtime, so verify what that extension does (network calls, data retention, third-party APIs).
Install Mechanism
No install spec and no code files — instruction-only. This minimizes file-write and install risks because nothing is downloaded or executed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to the stated purpose for a guidance/analysis pack. If integrations with vendor APIs are later added, those should require explicit, minimal credentials.
Persistence & Privilege
always is false and the skill does not claim to modify other skills or system-wide settings. The 'risk_monitor' tool suggests continuous monitoring, but there is no install or persistent agent component declared — verify how monitoring is implemented by the platform/extension before granting long-lived access.
Assessment
This skill appears internally consistent with procurement tasks and asks for nothing sensitive, but it's instruction-only and lacks provenance. Before using it: (1) verify the source and trustworthiness of the required mcp-openclaw-extensions (what network calls and data retention does it perform?); (2) perform human review of any generated procurement documents (SKILL.md itself warns this); (3) test the skill in a limited environment to confirm it doesn't request or access organization credentials or systems; and (4) if you plan to enable 'risk monitoring', confirm how the platform implements watches/alerts and what permissions (if any) it will need. If you cannot confirm the extension's behavior or the skill's provenance, treat outputs as advisory only and avoid connecting sensitive systems or secrets.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ah8c5nqfnvwvrvt8bmac5w5826d5c
357downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

firm-suppliers-pack

⚠️ Contenu généré par IA — validation humaine requise avant utilisation.

Purpose

Provides a complete procurement and supplier management toolkit for the firm. Enables structured supplier sourcing (SaaS, services, industrial), multi-criteria evaluation with scoring matrices, total cost of ownership analysis, contract clause recommendations, and continuous supply chain risk monitoring.

Designed to produce professional documents readable by every department: CEO (strategic sourcing decisions), CFO (procurement budget and TCO), CTO (tech vendor selection), Legal (contract clauses), Operations (delivery and logistics).

Tools (5)

ToolDescriptionCategory
openclaw_supplier_searchMarket-wide supplier sourcing — identification, filtering, shortlistingprocurement
openclaw_supplier_evaluateMulti-criteria supplier evaluation with 15+ weighted criteria scoringprocurement
openclaw_supplier_tco_analyzeTotal Cost of Ownership analysis over 3-5 years including hidden costsfinance
openclaw_supplier_contract_checkContract clause analysis — SLA, penalties, reversibility, compliancelegal
openclaw_supplier_risk_monitorContinuous supplier risk monitoring — financial, dependency, geopoliticalprocurement

Usage

skills:
  - firm-suppliers-pack

# Search for SaaS project management tools:
openclaw_supplier_search category="SaaS project management" budget_max=1000 users=50

# Evaluate shortlisted suppliers:
openclaw_supplier_evaluate suppliers='["Monday.com","ClickUp","Notion"]' criteria='{"price":20,"features":25,"support":15}'

# TCO analysis:
openclaw_supplier_tco_analyze suppliers='["Monday.com","ClickUp"]' volume=50 horizon_years=3

# Contract clause check:
openclaw_supplier_contract_check supplier="ClickUp" contract_type="SaaS" requirements='["SLA 99.9%","RGPD DPA","reversibility"]'

# Risk monitoring:
openclaw_supplier_risk_monitor action="add" supplier="ClickUp" watch='["financial","service_level","security"]'

Cross-Department Integration

DepartmentWhat they getTool
CEOStrategic sourcing recommendationssupplier_evaluate
CFOTCO analysis, budget projectionssupplier_tco_analyze
CTOTech vendor evaluation and comparisonsupplier_search + supplier_evaluate
LegalContract clause recommendationssupplier_contract_check
OperationsSupply chain risk alertssupplier_risk_monitor

Requirements

  • mcp-openclaw-extensions >= 3.2.0

Comments

Loading comments...