git clone https://github.com/fetchai/agents-aea
packages/fetchai/skills/weather_station/skill.yamlname: weather_station author: fetchai version: 0.27.6 type: skill description: The weather station skill implements the functionality to sell weather data. license: Apache-2.0 aea_version: '>=1.0.0, <2.0.0' fingerprint: README.md: QmVbpEJquwxzBZ2feJuRYBWrWjxQ9jhE1Er4LvmPU24ki9 init.py: QmPR7BN5S1moGnV6Wf9SjNE1Sm8tGd4aXLEp2G48Ys1LWM behaviours.py: QmaRDMaDVsjVfkAtAHkWLU9Fa88UxyLTczdkm97E9c5TFT db_communication.py: QmYY2eMJ8YHSnkKzvrQYe46rgwZJCjwDayCGKv8C2HroRQ dialogues.py: QmZckK3x2oPgXmnP4XaEBJQoaPp8Gh4ojDHnxzeNsTf4tC dummy_weather_station_data.py: QmTXFBa29Zi62jPJksjfUAvNCpRJVBkTGK33bbekaP4Loh handlers.py: QmZ2gCqdxWntR6nB7CZS5UBtKjFC4Y8g5Ex8afJq2B1b65 strategy.py: QmTdN7JpBdbfVJ2sSW5VQuWprfB4kUawF5PqQMC3AVcxds fingerprint_ignore_patterns:
- '*.db' connections: [] contracts: [] protocols:
- fetchai/default:1.1.7
- fetchai/fipa:1.1.7
- fetchai/ledger_api:1.1.7
- fetchai/oef_search:1.1.7 skills:
- fetchai/generic_seller:0.28.6 behaviours: service_registration: args: services_interval: 20 class_name: ServiceRegistrationBehaviour handlers: fipa: args: {} class_name: FipaHandler ledger_api: args: {} class_name: LedgerApiHandler oef_search: args: {} class_name: OefSearchHandler models: default_dialogues: args: {} class_name: DefaultDialogues fipa_dialogues: args: {} class_name: FipaDialogues ledger_api_dialogues: args: {} class_name: LedgerApiDialogues oef_search_dialogues: args: {} class_name: OefSearchDialogues strategy: args: classification: piece: classification value: seller data_for_sale: pressure: 20 temperature: 26 wind: 10 has_data_source: false is_ledger_tx: true location: latitude: 51.5194 longitude: 0.127 personality_data: piece: genus value: data service_data: key: seller_service value: weather_data service_id: weather_data unit_price: 10 class_name: Strategy dependencies: {} is_abstract: false